Hi All, I am facing issue while working with Google sheet. Google sheet has headers with single as well as multiple lines as given below.
eg.
- Dimension
- Customer Name
(*if different from Customer Number)
After Looping and using $vrTableRow{Dimension}$ and $vrTableRow{"Customer Name (*if different from Customer Number)"}$ function, it is giving value for the Dimension however for Customer name it is throwing below error:
This may be due to the following reason:
Key 'Customer Item Name (*if different from Customer Item Number)' not found in record.
To continue, edit the bot and fix the error. Then, try again.
How can I resolve this issue?