structuring code

Discuss RoboTask here
Post Reply
photoevents
Posts: 45
Joined: Mon Jan 01, 2024 11:21 am
Contact:

structuring code

Post 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
felipe
Posts: 17
Joined: Thu Nov 30, 2023 6:18 pm

Re: structuring code

Post 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.
photoevents
Posts: 45
Joined: Mon Jan 01, 2024 11:21 am
Contact:

Re: structuring code

Post 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
Post Reply