Save .png format file with variable value in take screenshot activity

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?
Capture

@pooja.desai

Select file and give tas + ".png"

Hope tas is a variable

Cheers

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

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.
image

Regards

@pooja.desai

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