What is the alternative way to get the last entered data from the table and how to get access to the data from the resposne?

0
Hello! When I want to return the last entered data to microflow from the table (shown in the screenshots), I only get the correct data from one table (last entered data), not from the others. The configuration is exactly the same for each table. Does anyone know of an alternative way to get the last data entered? Also, I'm struggling to find a way to get access to data from response (JSON). More precisely, to display it on a page (inside dataView). Does anyone know how this can be done? (the last two screenshots) Please help!             EDIT    
asked
1 answers
1

For showing JSON to your end user this marketplace component can help you: https://marketplace.mendix.com/link/component/105713

For the retrieve you can do it faster by ticking the First instead of all. Then you do not have to use the Head function.

For the places it is not working did you set a breakpoint and inspect what is getting returned? And do note that created date is not always set for an entity. Could it be that you changed that after you already created data? Because if this box was not ticked for an entity and you tick it later it will not be filled.

Regards,

Ronald

[EDIT]
And you could use either the string you already retrieve from the webservice (so store as string first before doing the import mapping) and store that string somewhere to feed that to the JSON viewer widget.

 

answered