Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I have stored JSON data in SharePoint online list multi line and text column. I need to update that column in Power Apps form.

Can anyone help me for how to parse / stringfy the JSON data in Power Apps without using Flow?

Thanks & Regards, Meet


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.0k views
Welcome To Ask or Share your Answers For Others

1 Answer

You can use Power Automate to parse JSON string to Object. Action is named "Parse JSON".

Serializing from Object to string is possible using JSON function in PowerApps: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-json


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...