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
User | Count |
---|---|
230 | |
109 | |
94 | |
57 | |
30 |
User | Count |
---|---|
291 | |
126 | |
106 | |
62 | |
57 |