Skip to content Skip to sidebar Skip to footer

Datasource IMacro Using %userprofile%

I'm making a script on iMacro, but i don't want put my username, so i'm trying using %userprofile% %username% %homepath%, etc. But when i run, it recognize the folder, and the loca

Solution 1:

Try this

SET !FOLDER_DATASOURCE 
C:\Users\%username%\Arquivos<SP>Extratos<SP>Bancos\WAS\dates.csv
SET !LOOP 1
SET !DATASOURCE_LINE {{!LOOP}}

Post a Comment for "Datasource IMacro Using %userprofile%"