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 ?
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 ?
@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 ?
Thanks Its works fine
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.