Hi all,
I have values stored in variable -TAS retrieved from excel and trying to take screenshot and save that image into .png with variable value for eg: TAS = 1234.png.Can you please help me with yellow highlighted part under Save image?

@Anil_G - Thank you for your response. I tried your solution however getting below error.

Hi @pooja.desai
Please use as below:
Pass the FullPath including the screenshot name with .png into a variable and try passing that variable at the filename field and let me know the output.

Regards
I believe you used a read range and getting datatable…if you need to read a specific cell then use read cell which can be used as string…if datatable then need to rea the required cell to get the cell in atring format
Cheers