Hello
I'm trying to get some data into different cells of a csv file like this -
[Output Path] + "|||INVTNAV_" + [New Date] + "$A2:A"
[Output Path] + "|||INVTNAV_" + [New Date] + "$F2:L"
I have used blob in and blob out tool to get template.
The output is coming out empty i.e. only the template is getting printed and not the data I have added as mentioned above
Anybody know what can be done for this?
I think the error lies with the sheet name formation [Output Path] + "|||INVTNAV_" + [New Date] + "$A2:A"