- Issue created by @killah89
- 🇩🇪Germany jurgenhaas Gottmadingen
Building the entity, then reading the field value into a token, which will be holding a list. Then you can loop through the list and check each value individually.
- 🇩🇪Germany killah89 Schneverdingen
Can you please give a more complex description or maybe an model example? Don't get it work. That would be great.
Im starting with Validate form->Entity Form: Build entity->...
Thanks
- 🇩🇪Germany jurgenhaas Gottmadingen
There is an action that can build the entity from the submitted form. And from that entity (which only exists in memory) you can then receive a multi-value field value, which should be a list. ECA has ways to loop through a list of values, examples are in the ECA Guide.
However, I wonder if this would then run into the issue described in 🐛 Entity Form: Build Entity can't process unlimited values Active . This should hopefully be resolved soon.