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

Categories

0 votes
944 views
in Technique[技术] by (71.8m points)

sharepoint - How to parse JSON in PowerApps?

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...