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
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