How to use python reponse strings in openrpa variables

Hi @Allan_Zimmermann

The invoke code I used was a Python script. The scripts return a string, but how can you connect the openRPA string variables with that Python string response?

all workflow variables are converted to python variables ( if viable )

OpenRPA will automatically map variables. EX if you declare variable β€œa” in OpenRPA than you can use same variable in python. Basic variables types like integer ,string, number will automatically convert by openRPA

1 Like

Thanks @yashshah @Allan_Zimmermann it’s working

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.