WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

Maksymilian Stachowiak

User

Could you provide screenshots of the configuration? It might be easier to catch any errors :)

Hi Macchina, I'm assuming that the difference is strictly connected with order of execution* in Webcon. As you can see on linked image** tasks are created in the On Entry part of the schema, and with those tasks e-mails are sent, so its basically On Entry. In your case i'd move that action to On

I'd need some more context to answer if it's possible in your use case :) What are current list items? What columns do they store? Should it happen on the form? On path transition? What data should be moved from one to another? Maybe some examples?

Hi Piotr, Yes, it is possible, one way would be to allow import of data to item list*, and when data is already imported, then you could go with start a subworkflow action** * https://docs.webcon.com/docs/2025R2/Studio/Process/Attribute/Basic/Itemlist/ILConf/ILGenral ** https://docs.webcon.com/

Delete WFelements
27.06.2025 15:45

Hi Maciej, You could try archiving the document with 'Retention' set to 'Remove from content database', although it removes it without any possibility to bring it back. If you are sure that users will know that it's not possible to bring it back, i'd consider using it, although most of the time i'

Would love to see that procedure back in support, just yesterday i wrote a support ticket regarding updated version.

Http client timeout
27.06.2025 09:48

I'd just skip that Start-Job, in my example I'm just generating an XML file, but as a direct script, without any additional functions. New thread shouldn't be necessary, just add -TimeoutSec parameter, to make PowerShell wait for the request to complete. Invoke-WebRequest https://www.example.co

Seems like this one is a common gotcha, nearly sure that Jacek solution will solve it :) I wonder what % of platform users faced this one :D

Http client timeout
26.06.2025 16:34

Maybe there isn't PowerShell action directly in the cyclical action, but you could create a technical 2 step workflow, and on path add that PowerShell action. In the cycle just use start workflow action. I'm using that workaround for sending custom mass emails sometimes. When the schedule is d

Http client timeout
26.06.2025 11:35

Hi Nikolaus, Looked up through dotnet docs, and it seems like it's default limit of connection duration for HttpClient class which is internally used for REST actions. Seems like automations execution time limit doesn't override that limit too. I'm not aware of any configuration which webcon gi

I would add to this, that instead of saving whole URL you could consider saving only id parts of the url, and then using data row to concatenate whole address. So a column external_id would store 123456, and inside data row, you could do SELECT CONCAT('https://some_website/some/path/to/resource/'

Whoa, that's a nice idea, to be sure, just to make sure are you talking about this endpoint: https://webcon-dev/attachments/db/{db_id}/preview/{att_id}?

password on a PDF
13.06.2025 15:03

Hi Tobuj, My first idea would be a PowerShell action, which would trigger something like qpdf: https://github.com/qpdf/qpdf It should be doable with Stirling-PDF Rest API also: https://docs.stirlingpdf.com/API/, although it will require internal hosting of this tool. As far as I am aware, there

Hi Arthuzad, Assuming that the file is attached, then you could try to parse that XML using SQL, you can see an example here: https://blog.lumenn.pl/reading-xml-attachments/. When talking about javascript, you could create a business rule that will get the content of the attachment through sql, an

Hi Daniel, already tried it, without success unfortunately. Webcon uses Chroma.js to validate if color is hex or standard named color, there is a `valid` function, which calls for `color` class instantiation and this one prints an error in console. At least that's what i think is going on :)

It would be nice to have, especially for end users, at this moment such validation can be done on path transition, which isn't the nicest way.

Hi, we've already got this one on the user voice, although it might be forgotten since the under review is there for some time :) https://community.webcon.com/forum/thread/3931?messageid=3931

Can't say how many times i've tried this, would be a great feature, hopefully in the new web designer studio ;)

Hello, since the new UI we've got much more users on the dark theme of webcon, it brought however a few new challenges with custom colors on controls / lists. At this moment we are able to set custom css styles - background/text using attribute configuration: https://docs.webcon.com/docs/2025R2

Hi Antonina, most of `Actions` which are executed, require that the document already have a database ID assigned so it have to be saved. It's technical limitation of the platform. You could add something like `On open` -> Use path, which will do the save automatically, but I wouldn't recommend