Hello,
Google Calendar connector is returning Events from our Google Calendar. The description is populated with a JSON value as follows :
{"cid":"Silent","c":"catGroup","h":"Silent","s":"Group","i":"Martin","d":"45 min","u":"/urlpath"}
How are values from this returned JSON used as the Text in a Label? For example if we wanted to concatenate "h", "s" & "d" as follows : "Silent Group (45min)". How would this be achieved?
Have tried many different variations using Concat, Concatenate and many other formats to no avail.
Reserch through the forums seems to always discuss using Microsoft Flow. Is that what is required? Or is it possible to parse the JSON of a field directly within PowerApps using a function?
Thank you for your guidance.
I think this has to be done with flow.