Read Range: Could not read range H

I need to extract the data from column ‘H’

Test to change the range to “H:H” instead.

now when I try to insert the excel extract to the field in SAP I have this result

image

can you give me a hint how to fix this error

Hello @pauloengenharia5

You can use Read range activity and in the range provide the starting cell name, H7

Also SAp field accepts set of values or value one by one.

You can try convert the data table to string using output data table activity, then write that variable to the SAP field.

Thanks

Test to use For Each Row on data table and then Type Into in the loop.