how to read the excel file path dynamically in ui path? and without using config file(excel) how to give input dynamically for creating reusable component?
Using For Each You put data in Array {f1,f2,f3} pass to the read rage file like item it was read the data dynamically
Pass the path as a string variable
Hi @Nivetha_R
Path value stored into “Array” variable, then you can call For each activity and update your input value for “Array” variable. Inside of the body you can pass the value one by one as you requested. If you need more clarity give me example folder path, that would be great to understand of your requirements.
Happy Learning