Page 1 of 1

structuring code

Posted: Wed Sep 04, 2024 10:13 am
by photoevents
I find it difficult to read my own code for longer projects.
Do you have tips on how to structure code in a way that is easier to read?
TABS in the user interface would already be a big improvement to my mind.
Or modules/functions?
Now I just have an long list of code that becomes a headache to keep track off.

Christian

Re: structuring code

Posted: Thu Sep 05, 2024 7:08 pm
by felipe
In Power Automate Desktop, you can separate functions into different tabs, which helps organize workflows. You apply a similar logic in RoboTask by calling external tasks from the current one and returning with the expected variables.

Re: structuring code

Posted: Fri Sep 20, 2024 12:30 pm
by photoevents
Hey,

Just now read your reply.
To me, it is a workaround.
Also, when using runtime, you can only have one task running, am I correct?

Christian