Hi @efleitasalva,
You can use the storeText command for this purpose. The syntax is as follows:
command: storeText
Target: locator
value: variable_name
Extract tabular data could use Xpath as the locator. In the above command, variable_name refers to the variable that will store the text which is fetched using the command.
To select a single row of the table, you need to know how to write Xpath for the required row.
However, this part "specially when people use spaces and some special characters. There any way to extract data without using Json or skip this JSON format errors and add the extracted data into a row in an excel sheet", I am afraid it is impossible, cause some special characters will invalid when writing them into Excel via Flow.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.