Hello
I’m trying to create a scenario for updating my google contacts from a Notion database.
Most of it work as intended.
But I struggle for phone numbers.
In my notion database, I hase several phone fields. I managed to update google contacts with fixed type numbers (work, home, …)
Problem is when i want to use dynamic field for this kind of thing
I’d like to have this kind of thing in Notion
Phone1 type : mobile/work/home/…
Phone1 number
and same for several numbers
Reading some topics I supposed i need to use json to create an array with those information
My problem is I’m unable to send this to module “update google contact” correctly.
I know there is an important detail I miss, but can’t find it.
Could some one help me on this topic.
Bonus point : I’d like to sort the array to manage possible empty fields
Thanks in advance