4
With the 4.x runtime the global page does not load data into a collection variable
planned
P
Piotr Tesny

Log In
Activity
Newest
Oldest
L
Lee #appgyver
Merituuli Melkko Please make thisworkaround a priority fix. The appvar workaroundwork around is not consistent. REST API in global page is severely needed I only get some results when adding the REST API dataset to each page with appvar work around.
Merituuli Melkko
planned
Merituuli Melkko
Thanks for reporting this! Having investigated this, it looks like the failing part is setting the result from the get record collection to a
data
variable.If you use
app
variable instead, setting the output of the get record collection directly to it, it will work.Please use that as a workaround while this gets fixed.
P
Piotr Tesny
Merituuli Melkko: Thx for the hint. Indeed the workaround you describe works very well. The app variable I used is the list of any values - a perfect recipient for the json output of the get collection REST API.

P
Piotr Tesny
Hello, any chance to get this reviewed and fixed? This used to work with 3.x runtimes and got broken with the 4.x runtimes.