
Announcements
I need to strip the date from this text for my flow. I have added a compose step. How can I strip it out the date and time. Here is a sample of the text below:
{"@odata.type":"#Microsoft.Dynamics.CRM.expando","value":"Sent: 03 January 2023 14:48","displayName":"Date Email Received","fieldType":"string","confidence":0.988,"text":"Sent: 03 January 2023 14:48","valueLocation":{"@odata.type":"#Microsoft.Dynamics.CRM.expando","x":0.065344454110041084,"y":0.12584970015913621}]}}
Any help please?
I would suggest to use Parse JSON to your compose content as the first step and then do a split, while in the ParseJson step using the option generate from sample and pass your JSON output sample , Note: the sample you pasted above does not seem correct json format.
I can work full example for you if you supply the correct Json sample
Hope this gives you an idea!