When a file is added or modified in a FTP server I ned the path chenge depending of year and month (the name is a join betwin year, “-” and month).
Thanks
Hi @cagd2000
You can use the following formula to build what you need.
concat(formatDateTime(utcNow(),'yyyy'),'-',formatDateTime(utcNow(),'MM'))
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Cheers
Manuel
User | Count |
---|---|
87 | |
43 | |
21 | |
18 | |
16 |
User | Count |
---|---|
132 | |
47 | |
42 | |
36 | |
28 |