Hi, to Maksymilian's solution, add the condition: AND ATT_IsDeleted = 0 otherwise you may see deleted attachments ;)
Hi Shalassin, have you tried this tool? https://docs.webcon.com/docs/2023R2/Studio/AdminTools/Studio_ToolBar_General_AdministrationTool_PermissionsMigration
Hi Daniel, I thought about the same option;) but unfortunately groups cannot be nested :/ (Monika's tabs are already in the group)
Hi, you should also check if this requires an additional WEBCON server license on this new machine
Strange... it works for me ;) Maybe you have a form type selected in the report configuration (in the first tab) that isn't connected to this field. AND, I know it's a workaround, but you can always try making it a calculated column ;)
Hi, I don't know if I understand correctly, but I checked and YES - you can add the "Choice list" column to the report. Are you having any issues/errors with this?
Hi Ondrej, have you tried using the SplitToTable function?
Hi MichaĆ, maybe there is some js script (or css)? you can try to add a new step, in the matrix enable ONLY this list on it and see if it will be possible to add/remove rows. This way you will check if there is something wrong with this list or if other attributes/scripts do it.
Hi, Did you check if track 1 is set to: "Wait for required task to be completed" and track 2 is set to "Completion - All"?
Hi, maybe you also have a conditional step after this second step. The question is whether all output paths in conditional steps have "Wait for required tasks to be completed" set
try changing to uppercase letters egv -> EGV (you have to check "Switch all editors into advanced edit mode") it may sound stupid but I changed it to lowercase for testing and it also displays incorrectly in the email ;)
and what is displayed in the email?
are you inserting this url into the HTML tab?
for me it displays as a correct link (screenshot). Remember to provide the portal url at the beginning of the address (for me it is a global constant)
Hi, you can use this option (screenshot 1) or insert the link into the email content yourself (screenshot 2)
Hi, Have you checked in "Event Viewer" on the server in the "Applications and Services Logs -> WebCon Workflow" node? Are there any actions connected on the path? You can disable all of them and enable them one by one to see which one generates such an error.
Hi, it's a workaround but you can replace the characters |# and |; with a newline e.g. SELECT REPLACE(REPLACE(CAST(WFD_AttLong1 as nvarchar(max)), '|#', ''),'|;', '') as t1
Hi, have you tried using "calculated column" in the report. It works similarly.
Hi, it's a workaround but you can do it with css :-) [root-name="forMe"] { display: none; }
Hi, you can set the timeout to every 3 or 12 months.