Add row to Collection

CamiCat

Member
Hello friends,

how to insert a certain row from Collection 1 to the fist empy position of collection 2?
Thank you so much,
CAmi
 

Attachments

  • add row coll.png
    124.4 KB · Views: 26

drubiano

Member
If the fields are static and you know that these two collections are always the same. You could add a calc stage with the expression “[Colection1.field1]”
And store it in [Colection2.field1] after you added a row to collection 2
 
Top