Handing over a table to another page

0
Dear expert community, as a greenhorn, I got stuck: I want to visualize a list that has been created in a microflow (based on a REST API call response)  with input parameters from the previous page. Unfortunately, I cant select the list as “handover to page” In Detail: - Two date pickers in a dataview that creates a new Object with two attributes (starttime, endtime) - a microflow, button triggered, that posts a REST API call that has starttime and endtime as parameters and returns a list - a listview on page two to visualize the list What’s your solution for such a scenario. It must be a quite common one. Thank you! Jonas
asked
1 answers
0

Create a helper object, attach the list to the helper object and pass that one to the page.

Regards,

Ronald

 

answered