Hello,
please try out the following:
Take a flowchart and insert a mutlipleassign actvity. Do the same in a sequence.
Can you see the difference in the headline of “MultipleAssign”? In my Studio in sequences there is visible and usable a collapse and expand button in the headerline. In flowcharts this button is missing.
Can anybody give me a hint why this happens and how to solve that, please? It would be nice if this button would be visible in both cases.
This also happens with other activities not only “MultipleAssign”. I named this only to show what I mean.
Kind regards
Martin
I hope you are talking about this difference:
Flowchart
Sequence:
It’s as per UiPath design. Sequence are designed for step by step or smaller snippets of the code to be developed. Whereas Flowcharts are for more complex logic to be developed.
So best practice is to design your logic in smaller sequence into separate file or inside Flowchart.
See this Multiple Assign in Flowchart but in Sequence. Use like this for readability of the code.
Hope this answers your query.
Thanks,
Ashok