Hi Krzysztof, you could try a workaround. - Assign another variable to the parameter - Activate the advanced mode - Replace the variable by the actual all form type variable Best regards, Daniel
Hi Celina, did you add any write-output statements like this one to see where it is failing? "Write-Output "Connected to server" Another Idea, did you check the action execution in the history in admin mode? The admin mode may show some additional information. Btw. WEBCON has action to c
Hi Damian, I'm not aware of any asynchronous functions or individual controls over transactions. The idea of embedding a report in the form which would allow triggering mass actions would surely work, but it could also be a long waiting time. I've used a report for something else in 2022, so I
Hi Celina, it has been a long time that I've used PowerShell action and I have never used it to invoke a command on another server. You could check, whether the write-output is still logged to the workflow history which would allow you to debug it: https://daniels-notes.de/posts/2021/retrie
Hi Damian, luckily I haven't encountered a scenario where I had to execute REST requests, which create/update data in an external system, but I have similar cases. I don't know your scenario, but I may have a similar one: - We need to update data in all our active claim workflows with data f
Hi Konrad, can you elaborate on which other known limitations there are? One obvious one would be that it may take (a little) time until an updated workflow instance has been processed in the queue. Item lists are a second one. A third one would (probably) be, that we can only fields of the cu
Hi Jan, if it's ok that the workflow instance is already is created you could automatically start a path transition using a query parameter: /db/23/app/51/start/wf/84/dt/92/form?def_comid=1&PATH_ID=292 This would be the only option I can up with, if if this is a document which should be edi
Hi Celina, based on the error I would say, that the Enter-PSSession is causing the issue. Instead of creating a new session, you could pass the computer name and credentials to the invoke-command directly Invoke-Command [[-ComputerName] ] [-Credential ] Best regards, Daniel
Hi Tomasz, yes, that's correct. I know have access to a system and could create a screenshot. I will reply to this thread, when I published the new blog post. Best regards, Daniel
Hi Rohit, as far as I know, there's no free tool for this. The RestAPI importer from WEBCON will require an Aspose license https://github.com/WEBCON-BPS/RestApi-DataImporter/tree/main Quote from the readme: Additionally, the application uses an external Aspose.Cells component, an appropria
Hi Tomasz, I translated your text using deepl.com As far as I can understand the translation you are using a REST API action with a business rule. You are right this was changed. The result of the business rule is encoded and therefore causing problems. We can work around with this by addin
Hi, we can display the first attachment on page load. Unfortunately, this only works if the attachment is not displayed as a popup. Even if the documentation is updated to mention this different behavior. I find it counter intuitive that this should be a different Instead of changing the
Hi Vitalii, it's as you described, there's no option to get the raw value without encoding. Maybe you can add a new user story for using the local variable without encoding / raw value. You could also link this related user voice: https://community.webcon.com/forum/thread/5645?messageid=
Linking a related user voice: Schedule maintenance with notification on homepage: https://community.webcon.com/forum/thread/5925?messageid=5925
Hi Konrad, do you know someone who knows how to debug JavaScript? Then you may get a hint what's wrong. I had the same error when upgrading from 2022 to 2025 in one application yesterday. In my case the 'model' of the 'comment' object could not be read. This was enough to identify that the i
Hi, it would be great, if the "Waiting for sub workflow" step wouldn't check the type of the user license. Imagine the following use case: There's a parent workflow which is used by a few users and a child workflow used by all users of a company. The users of the parent workflow have an U
Hi, it would really be nice to have an option to store the created attachment id in a field /parameter. Right now I have a "change value of single field" action afterwards which retrieves the id of the last created attachment. It should always be the one which was created just before. But it d
Hi, I just noticed that the required star is added to the save button, when a new item list row is added in 2025.1.1.105. It would be great if the required star is added whenever a form field was modified, the page is dirty. There's already the session storage key "WebconBPS_FormIsDirty" and t
Hi Konrad, you can use the following SQL to create a plain text file using the "Add attachment" action. 1205 is a multiline text field in which I stored the prepared CSV content. SELECT convert(varbinary(max),'{1205}') AS Content, 'test.csv' AS FileName I used this SQL to create the CSV con
Update: Another six month have passed and the customer had to upgrade from WEBCON BPS 2022. We used the business rule in a data source to create a dynamic REST filter. As expected this feature is no longer working, therefore I created a ticket: This is my summary of the official response: