Dear All,
I am working on a SharePoint Form PowerApps where we have a Multi-Line Text Box having JSON Array like below
[
{
"Name": "ABC",
"Project": "Project 1",
"Salary": 100000
},
{
"Name": "XYZ",
"Project": "Project 2",
"Salary": 150000
}
]
And we have one gallery in the Form having dynamic grid structure and these 3 columns as "Name", "Project" & "Salary".
When user will open this form in edit mode, we want to display this column value data (which is in JSON Array) to that dynamic grid. Rows will be different depending upon business so Gallery should load these rows dynamically. User should edit it and then once click on Update it should be added to this Multi-Line Text field in JSON format.
Can you please help me with this?
Thanks,
Sanjay

Report
All responses (
Answers (