Cannot access the Filter output in the Return value

0
Hi Fellow Mendix Developers, I have a data problem that I can't seem to solve. I am using a microflow to populate a Datagrid.  But the problem I have is that I cannot access the Filter output “TeamEmployeeSymptomPositiveList” in the Return value on the end of the Microflow, see below screenshot. Does anyone maybe has some tips for me, please?  
asked
1 answers
0

Hi,

What are you trying to achieve in this flow? I guess you want to return all ‘employeeAdditionalDetail’ you have filtered for every element you looped through? If so, you can create a list of ‘employeeAdditionalDetail’ before the iterator and do a change list activity in the iterator (after the filter), where you add the filtered result to the list. Then you can return your list in the microflow

Hope this helps!

answered