Need help

How to set up module resource through screen? Please refer to screenshots attached.Thanks.


First of all you need to get required data (array of Institution) and update list with this data.
You could use list workflow with on Create trigger. Probably you’ll need to request data from backend (something like GET /Institution/ block).

Next step is elements workflows. Each element triggers its own on Create trigger and you need to expand model with data and update element with required data from model.

Could you help me to find what the problem is? Please check the workflow for screen and BP. Thanks.


You need to have 2 process for mobile frontend.
First is for the list itself where you get data and update list with this data


After that data is loaded into list but it has no idea how to show it. So you need second process for the text element in list.

Thanks for your help. The data value has been shown in screen. Thanks.