Hi,
Scenario
SPO list "Covid19_Compliance" has 3 column names 'PayLoad01', 'PayLoad02', 'PayLoad03'.
The data in these columns contains stringified JSON of user inputs which includes Texts, Camera captured images(base64).
SPO list is updated from PowerApps.
The Problem:
I am able to add all data from those columns into excel tables using Parse JSON & Excel Business connector.
But I am unaware how to add base64 encoded images into cell of excel table.
Also suggest me if I need to make changes at PowerApps level, like some alternatives instead of converting images to base64.
I need help 🙏