in Microflow getting synatx error

0
Hi All, I am new in Mendix and exploring this tool. in Udemy there were practical in that i am getting some error  Steps : i drag the activity chose the retrieve and select all and drag the loop( second use case the show message )  drag the loop inside the loop drag the show message while adding the value using $ symbol i am able to select the table attribute and trying to convert in string but not sure how to resolve this   
asked
2 answers
0

You can use '/' instead of  '.'
Ex: toString($SalesTrackingList/Gender).
You can also use this function (getCaption) to get the caption of your enum as a string instead of using (toString).

 

answered
0

HI  @mohamed EInady,

i tried to use below option but not able to resolve this 

i tri

 

 

ed to use this 

answered