Microflow with DatabaseConnector and persistent entity

1
Hi! I have created a microflow to put data from a MySQL table into a persistent entity through a query with DatabaseConnector. It seems like if you load all the rows but the data doesn't appear on the grid. Why is this happening?       
asked
5 answers
1

Set id_Ar to $IteratorAreas/id_Atr instead of $Areas_Obj/id_Atr

 

answered
1

Ups, I'm sorry!
But it still doesn't work. What happens?
(It only allows me to set)

 

answered
0

In the create-action “Create Areas”, did you set the attributes from the iterator object to the new object?

Otherwise you are creating objects with no values.

answered
0

Michiel,

Ahh! Ok Ok

Thank you so much!

answered
-1

Hi Michiel!

I have a templategrid where data source from database entity "Gestiones". But I want to add attributes of an association "Gestiones_Areas". Entities are persistent and have data. However if I edit the running templategrid and select an "Area" it does. Why is this happening? Should I make a microflow to fill in the association?

 

 

answered