WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > User profile Jacek Wojnar > Forum messages

Jacek Wojnar

User

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

Choice list on report
16.07.2025 11:08

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 ;)

Choice list on report
16.07.2025 09:54

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

Link to the workflow element
10.04.2025 14:27

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 ;)

Link to the workflow element
10.04.2025 14:19

and what is displayed in the email?

Link to the workflow element
10.04.2025 13:54

are you inserting this url into the HTML tab?

Link to the workflow element
10.04.2025 13:43

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)

Link to the workflow element
10.04.2025 13:11

Hi, you can use this option (screenshot 1) or insert the link into the email content yourself (screenshot 2)

Failure without clear reason
03.04.2025 12:37

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

SQL Row on report
24.03.2025 11:39

Hi, have you tried using "calculated column" in the report. It works similarly.

Suggested report
24.03.2025 10:16

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.