Data Retrieve

0
Hi! I have two different entities one contain application name and another application description as attributes. Those two attributes are present in another page connected through associations. I want to retrieve my data/map my data  in such a way that while selecting the app name app description should be automatically filled. How to configure the microflow while those two data are coming from different-different sources? Thanks for help
asked
2 answers
0

Use events and with on change event, you could call a microflow you can load the association and refresh the page.

answered
0

You can place the dataview of Description inside the dataview of Application and use the datasource in the Description dataview to Description entity over the association

answered