Hi,
Please suggest how to call PowerShell script by passing few parameters from UiPath flow for the below scenario.
I have PowerShell script to add the comments to a specific cell in excel by passing few parameters from UiPath flow to PowerShell.
I have to pass the below parameters to PowerShell and execute PowerShell.
- File Name parameter (File name keeps changing in For each Loop)
- Sheet Name
- Range ( Cell index like βAβ+ i.ToString)
- Comment to add to the cell in excel based on the Range passed from step 3.
I have the PowerShell in the Project folder itself.
Thanks,
