Checked documentation*, and 'Assign Task' is not marked as viable option for 'Menu button' unfortunately. The error it self could be a bit more clear though. https://docs.webcon.com/docs/2025R2/Studio/Action/
An idea just popped in my head, there is On instance deletion trigger which can be configured. You could pin an action to this button with validation action which would check if user is a real administrator. Never tried it, but would give it a shot! Looking at the docs it seems possible: htt
Hi, yes it is true. Analytics from Advanced Analytics Framework require business administrator privileges, no workaround as far as I am aware. In our case mostly managers use that feature, so they already have business administrator privileges. If directors need some data, they usually deleg
Okay, so everything is clear now, When there is a path started, Webcon locks that specific document, so it can't be modified by other processes (which a REST call would be treated as) until path transaction ends. This example just won't work, as you are trying update document, while it's already
Hi, that KPI report comes as is, there is almost no configuration possible, I'm afraid there is no way to change that sorting other than what you already do with numbers. You could always leave a user voice, it doesn't seem like a huge change (although remember that i don't know the internals).
Could you share some screenshots of the automation that is running this REST action?
Hi Marcin, by any chance are there any other actions that happen in the same automation, and modify the same document ? If so have you tried moving that REST action to the first place? We've faced similar issues and order od operations seems to be important. I'm thinking that internally when
Glad i could help ;)
It would be nice to have :) On the contrary, argument that "The lack of this functionality forces users to manually retrieve data using SQL queries, which contradicts the Low-Code platform's principles." doesn't really convices me. Platform is Low-Code, not No-Code. SQL is necessary to use it's fu
Make sure that Json Path you are using returns what you need. You could use this tool for example: https://jsonpath.com/ If the data structure looks exactly like the one in example, then my proposition should work out of the box, if there are some differences try your solution out with tool abov
Zero here: $.decisions[0].type.code just means first element of the array, so this will be the first decision, which is present in the array of decision as in your json example. Have you configured target field? In my case it's a local parameter in automation, but if you need it on form, then it sh
Hi, Webcon at some point started encoding url's used by REST actions. As a workaround you could use text attribute - for those you have an option to choose, that text shouldn't be url encoded. See attached screenshots :) (in my case that set is rather complicated, as this api receives data as url
Hi, We've faced similar issue, and solved it using JSON_VALUE sql function, just a jsonpath to retrieve data which was needed. In this case jsonpath will loke something like this: $.decisions[0].type.code
Hi, as Jacek suggested, built in dbo.SplitToTable(denormalized_string, separator) should to the job. Query you've built won't work in Webcon, as it's not really prepared to work with DECLARE, and WITH statements, those sometimes might work, but don't take it as guarantee. If you'd need some cus
Hi MichaĆ, I'd check if there is broken inheritance but not on form level, but on step/form/attribute level. This doesn't make the form icon red on the tree, but it still breaks inheritance just on lower level than form.
Glad it's solved, I won't add a ticket then, semicolons are statement terminators in SQL so the behavior seems logical with that added to the context. Error message isn't pretty, and explaining unfortunately.
I'd suggest leaving a user voice, so Webcon will have a chance have a take on this topic ;)
Hi Mihail, Archiving moves data to different tables/databases, and removes them from the main WFElements, WFElementDetails tables as far as i am aware. If your custom queries try to get data from those, there just simply isn't any data to get, as those are moved to archive database (assuming you a
Hi Damian, I'm using same veresion, and CTE are used around our configurations too, so i'll post the ticket to Webcon team next week.
Hi everyone, We have a workflow, where a lot of attachments are being passed around departments, in this case it's over 10 files, but there are some outliers with even 30. With this workflow we've also implemented a 'copy form' functionality, which creates new instance with filled in data and copi