Hi @Gforse,
Could you please share a screenshot of your flow’s configuration?
Further, how many attachment files does the incoming email have?
I have made a test on my side and please take a try with the following workaround:
concat(utcNow('yyyyMM'),'_',outputs('Compose'))
Image reference:
The flow works successfully as below:
Best regards,
Kris
Dear Kris,
Thanks for the explanation, it works like a charm! 🙂
I was trying to use the concat function in the "create file" action. Didn't know we first had to use the compose action. Now everything is working as i hoped, thanks again!
Have a nice day.
I am receiving a message from the service bus queue and performing some sort of operations. I have used if-else conditions, so if it's true then I am creating an azure file. Until now everything works. But I need to add an <name_timestamp> in the filename. But I unable to do so whenever I use UTC expressions as the filename doesn't take special characters.
I tried utcnow('D') expression but it only shows date, but I actually need date and time, in timestamp format. Is there any way to achieve the same?
User | Count |
---|---|
94 | |
39 | |
24 | |
22 | |
16 |
User | Count |
---|---|
128 | |
49 | |
48 | |
32 | |
24 |