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
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
196 | |
175 | |
62 | |
34 | |
32 |
User | Count |
---|---|
341 | |
271 | |
110 | |
76 | |
59 |