Hi Guys,
Im new to the flow. I would like to know how to format the DateTime of custom value (from Dynamics CRM) dynamically.
Current: 2018-05-29T16:33:16Z
Expected: 2018/05/29- yyyy/MM/dd
Refered some blogs, It was mentioned "formatDateTime(utcNow(),'yyyy/MM/dd');". This is working fine but, In my case I want to format the CreatedOn date And I'm expecting something like this formatDateTime(CreatedOn,'yyyy/MM/dd'); but CreatedOn is not listing in the Dynamics Content (snap below)
Please help me out If we have some other way to achieve this
Solved! Go to Solution.
Please try using the expression:
formatDateTime(items('Apply_to_each')?['createdon'],'yyyy/MM/dd')
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Please try using the expression:
formatDateTime(items('Apply_to_each')?['createdon'],'yyyy/MM/dd')
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
12 | |
9 | |
7 | |
7 | |
6 |
User | Count |
---|---|
19 | |
18 | |
17 | |
10 | |
7 |