Using Microflow as Data Source

0
I a parent/child relation with a Project as parent and Display Name as a child. On a form (from a non-persistent entity) I have the Project and I would like to limit the Display Name based upon the value of the Project.  I was thinking a quick way would be to have a microflow that create the Display Names. When I try this approach, I can get a list of Display Names if I do a retrieve and return the list, however if I filter the Display Names and pass the resulting list back, I get nothing on the form. I have used the debugger and I can see that the list is getting created correctly, just not being displayed. Is what I’m trying to do possible, or does the microflow only run at startup of the form?   Martin
asked
0 answers