Any editors that replicate UiPath functionalities

Hi Experts,

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

Hi @devasaiprasad_K

You can use the regexr website where you can build and check the regular expressions. Check the below weblink,

Hope it helps!!

Hi @devasaiprasad_K

You can practice regex on Regex101. Later copy the regex when you’re able to find the appropriate one.

Thanks
Happy Automation

And do the quick RnD within the debugging panels:
Understanding the 6 Debugging Panels of UiPath in the easiest way possible! - News / Tutorials - UiPath Community Forum

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.

If you give me the Overview of process then we will provide you the solution for that.

Provide the input and required output also… @devasaiprasad_K

you don’t need to model it within the 3 activities

  • prototype can be done within the immediate panel

variable tracing should be done directly within the immediate panel and any log activities with the purpose of variable dumping should be avoided

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.

sure let me check the possible way.