Entering my 3rd day straight on a complex GET/POST nested JSON schema problem. Thought I'd share some interesting findings I've found:
Hope this helps!
Solved! Go to Solution.
Adding on to this... kind of related.
Example:
ClearCollect(colSample, Table( {parameter: "test", paramValue: 123}, {parameter: "toast", paramValue: 345}, {parameter: "toots", paramValue: 567} ) )
ClearCollect(colSample, [ {parameter: "test", paramValue: 123}, {parameter: "toast", paramValue: 345}, {parameter: "toots", paramValue: 567} ] )Hope this helps someone else too!
I think this may have something to do with the fact that ability to add so-called 'tabular-capabilities' is absent in custom connectors.
See: https://powerusers.microsoft.com/t5/PowerApps-Ideas/Custom-API-with-tabular-capabilities/idi-p/13394
HTH,
Josh
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
256 | |
249 | |
82 | |
37 | |
30 |
User | Count |
---|---|
300 | |
267 | |
117 | |
65 | |
45 |