# https://powerusers.microsoft.com/t5/Building-Power-Apps/Bind-JSON-content-to-Gallery/m-p/1939159#M486944 Bind JSON content to Gallery Hi This is the syntax that you would use: ForAll( Table(ParseJSON(EnterYourJSONHere)), { empid:Text(Value.empid), email:Text(Value.email) } )