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.
Hi Cezary, do you need to hide what is on the attached screen ("suggested" from the left menu)? If so, only "Suggested" or all "Insigts"
Hi, you can increase the timeout for automation here (screenshot)
Hi, In my opinion it is not possible. But you can always make some workaround ;) The question is where do you want to use this dynamic step name? If on the report, you can make a calculated column (and name it e.g. "step"), which will display different names depending on the task assignment.
Cześć, jest to pewne obejście ale możesz ukryć kolumnę za pomocą javascript. Wtedy nie będzie widoczna na liście, ale w trybie edycji jednego wiersza będzie cały czas widoczna. np. var style = $(''); style.html('[data-key="DET_Att2"],[data-key="DET_Att2_xxx"] { display:none };'); $('head').a
Hi, Did you tried this? (screenshot). You can do this at any step regards, Jacek
Hi, I know it's a workaround but you can also make two almost identical paths (one with required comment, one without) and show/hide them depending on the business rule result. Regards, Jacek