Hey!
I am trying to connect to Webflow API to create Items dynamically.
Everything is working properly but, when adding a new MultiRef field I cannot make it work.
I already have the IDs of each record I want to link, and I’ve tried the following formats:
“outputs”: [“id1”, “id2”]
“Outputs”: “id1,id2”
I cannot find anything on the documentation that points me to an answer.
Thank you in advance for your help,
Raúl