How to retrieve a list inside a list in microflow

0
Question 1: Try to retrieve a list inside a list. Please let me know if the approach below is the correct way to do this. Question 2: Why the Loop shows 'Not Set'? Please refer screenshot below.   What have been done: Create a microflow to call REST to return a list known as BomPartNumberItem. Add Loop to iterate through the BomPartNumberItem list and retrieve another list. Why both the Loop and Retrieve show '(Not Set)'? In debug mode, the BomPartNumberItem is not empty. Fail to retrieve the IssueDetails, the values all empty, supposedly has value.
asked
3 answers
3

This is a known issue in Mendix 10.6:

 

image.png

 

It's only a visual bug, so you don't have to do anything with it currently. You can try the workaround if you like. Otherwise it should be fixed in a Mendix version.

answered
0

I think the "not set" is a bug with the new microflow editor, which is fixed in later versions of Studio Pro

answered
0

Do you get an error in your console? Or can you run your application? Otherwise, I think it would be a bug in Studio Pro.

 

See this forum post as well 

https://community.mendix.com/link/space/microflows/questions/130693

answered