How to export 'Get Text' activity to Excel

Hello

I have a process I am using the ‘Get Text’ activity and get a number

I want to pass/Export/Move This number to Excel Sheet

How can I do that please ?

1 Like

@mironb 1) Use get text activity and extract data and store in variable assume str_data.
2) Apply regex to str_data to get only number
3) Than use write cell to write str_data in excel

@indra
How to implement No. 2 please ?

1 Like

Thanks Its works fine :slight_smile:

1 Like

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