Get Text Output to List.Add?

Hello everyone.

I was wondering if what I’m thinking of is even possible, as I can’t seem to find a way to do it.

I’ve got a List of Strings, and I want to add to that list the output of a “Get Text” Activity. I was wondering if, instead of creating a variable in the output and then adding that to the list, I could just add the output directly to the list.

I’ll post a screenshot of what I’ve tried below.
Thank you!

Hi,

Unfortunately, it’s impossible, i think.
In general, we need to store text to string variable, then add it to collection using InvokeMethod or AddToCollection etc.

Regards,

I figured as much. Thank you for your answer and have a nice day

1 Like

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