Hi team,
I was looking to create a parameter which would take a string value from user and add that to the filename creation. (Dynamic way to do it )
Example :- I have Dev,Prod and Test regions and I am trying suffix a string to filename based on the region that I run the flow.
filename:- Cust_DEV_TimeStamp.txt or Cust_PRD_Timestamp.txt or Cust_TST_Timestamp.txt
Any help appreciated.