aisingapore / TagUI

Free RPA tool by AI Singapore
Apache License 2.0
5.6k stars 580 forks source link

Method in Tagui - use tag step and subflows to define text methods #1366

Closed farman9905 closed 1 month ago

farman9905 commented 9 months ago

I want to create a method in Tagui so that i can reuse it in multiple places and to avoid complexity.

Can someone give me an example code for this?

marcelocecin commented 9 months ago

https://github.com/aisingapore/TagUI/issues/938

kensoh commented 1 month ago

Thanks @marcelocecin ! Hi @farman9905 also linking to the doc on this tag step - https://tagui.readthedocs.io/en/latest/advanced.html#running-flows-within-a-flow

It is also possible to write JavaScript functions to reused across TagUI, but I think in the documentation this part isn't mention, to cater more for business user vs hardcore developer.