You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to loop through Google Sheet, I watched the video totorial and it works but:
I had to export variables with JavascriptBlock to access to them, approach loopData@emails. Name doesn't work. Even there is no way to debug it. {{ }} is not special character and if var inside is not exists it just print all as text.
I need to loop through specific rows by a condition. I tried Condition block at first, I have no idea how it should work with values, but also I cannot debug variables I'm using there and do they have data or not. Then I found that I can run js code there as in Javascript Block but it doesn't work at all. At least I can add loging there to debug process.
I tried to use Javascript Block for condition but I didn't find a way to terminate workflow from it.
I have not checked Automa code deeply, it might already like that.
I would make all blocks as js code, with some API for input/output connections, that could be evaluated. It would be more extandable than implement each block and more flexible to have common interface for each feature. Also it would be self documented because it could be possible to check each block code and reuse it or adjust in a custom block.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I want to loop through Google Sheet, I watched the video totorial and it works but:
I have not checked Automa code deeply, it might already like that.
I would make all blocks as js code, with some API for input/output connections, that could be evaluated. It would be more extandable than implement each block and more flexible to have common interface for each feature. Also it would be self documented because it could be possible to check each block code and reuse it or adjust in a custom block.
Thanks for effords BTW!!!
Beta Was this translation helpful? Give feedback.
All reactions