InvokeForm in openRPA

i am trying to add user interaction to open rpa using the InvokeForm activity in open rpa, but once i input data into the form, it turns out to be empty after submitting?

you need to give more information.
So the “default” way to use invoke form, is to map each field to a variable, so is that how you did it ? how are you checking the variable values ? ( try using writeline or set a breakpoint with F9 after the invoke form )
can you please ensure the field names match ( including casing ) to the variables ?

Thanks Allan_Zimmermann it worked perfectly as expected. had to do some mapping and specify directions

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