i want to know if there are any editors that replicate UiPath Activities… what i mean to say in UiPath if i want to practice REGEX i need to use N number of assign activities… with out that is there any Editors that will help for the same
say suppose in the below snip, i have used 3 activities (2 assign, 1 for each)
cannot we write the 3 activities in a form of lines using any editors? question may be irrelevant? but want to understand if some tool that matches my thoughts!
i know invoke code works but still rechekcing if i am missing any knowledge that i am not aware of.
Unfortunately there are no such solutions. But I do wish there were though. The closest you can get (if you wish to use a code editor instead of drag and drop) is to open the xaml-file in e.g. Notepad++ and type the workflow code there. It’s not easy though.