The variable “tableCounter” is defined, even then it is creating problem.
My goal is to select the invalid line items (if multiple available it should select one by one and perform some actions on those).
PFA on the UI where the invalid line item is present for selection.
It should click on ‘Select Options’ of the 4th item (C93000…).
Below are the screenshots from UI path.
- Variable tableCounter is defined and used. The scope is also correct. I have selected the complete sequence.
- The error which I am getting while execution.
I guess the issue is with the mulitple assign value. But i am unsure what to change it to. Please help.
Hi @srupreti ,
Just wanted to learn more about the issue you are facing. From what I understand, the variable tableCounter is defined but when used, the scope is incorrect. Is the issue remediated if defining the variable in an Assign? And is Adding_SKU_lines the top level scope of the workflow?
Many thanks,
Raluca
The tableCounter field value was defined incorrectly earlier the value used to store in multiple of 4, but now the value is stored in multiple of 3. So on changing the values:
tableCounter =3
selectCounter=4
it started working.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.


