Harpreet Sangar
10/19/2023, 6:35 AMcollection2
be collection2.reference_collection_id
?
code_links = {
"name": "code_links",
"fields": [
{
"name": "coll1",
"type": "string",
"reference": "collection1.code",
},
{
"name": "coll2",
"type": "string",
"reference": "collection2.reference_collection_id", # here
}
],
}