Currently we hardcoded the ‘URL’ & ‘Target File’ attributes in our FTPCaller parameters:
Is there a way to specific them in a more dynamic way?
For example, ‘Operating Account Structure - Export Budget 2022-09-22_13_27_55_PDT.csv’, the '‘Operating Account Structure - Export Budget ' part is static and '2022-09-22_13_27_55_PDT' part is dynamic date/time. How can we specific the dynamic part with wildcard something like ‘Operating Account Structure - Export Budget%.csv'? Thanks.