I’m trying to do a simple Notion->Notion scenario. Get the value of a RollUp and Set it as a Relation in the same Database.
I have this set up in two databases. One works, the other doesn’t. It looks like make can only “see” the Rollup value if there is already one instance of it setup. So I have to set the relation one time manually for that entry, and after that every entry with the same Rollup->Relation value is automatically completed by the scenario. I want it completely automated.
Any way to get Rollups more reliably from Notion?
The make-connection is established for every database this considers.
here are the Screenshots. Quite a simple setup really. Just that the relation:id isn’t picked up reliable. The whole tag was “black” the first time I picked the :id tag.
If you have a list of ids you may need to iterate the relation array and then use the id in the project id field and call the update a database item module as many times as there are IDs.
what I don’t understand is, why make sometimes “sees” the relation and sometimes not.
The relation array is empty although there clearly is a value in notion. Only when I set it up manually, make “sees” the ProjectTime id value.
Is there another way to get RollUp Values reliable?