
Announcements
Hello,
I'm using PAD to retrieve data from an Excel table:
This works well, apparently. The variable are generated are good:
But after running this flow, I get the error:
Argument 'EndRow' must be an integer value
Also tried to replace A and B with 1 and 2, and the error persists.
Any ideas?
Hi @WebPortal ,
Update the code to %FirstFreeRow - 1%
Put the -1 inside the %% characters
EndRow:
%FirstFreeRow - 1%
Hope this fixes the issue 🙂