Hey,
I’m using the UI integration builder and I want to do the following:
I have a trigger that fetches a list of objects similar to this one:
e
{
"id": "cc68c08d-67df-43a6-a6e3-3d35fdd6ee52",
"code": "api-test",
"hash": "iqbyqlzx",
"eventId": "cc68c08d-67df-43a6-a6e3-3d35fdd6ee52",
"event_section_id": 3819439
},
{
"id": "7eb2bee3-372f-40e8-8e7a-b6e3e3bb4fca",
"code": "809805",
"hash": "gkc6wqtm",
"eventId": "7eb2bee3-372f-40e8-8e7a-b6e3e3bb4fca",
"event_section_id": 3820600
}
]
I’m using the trigger to power an action’s dynamic drop down menu. However, I can only use exactly one of these attributes to be accessible as an inputField in the action’s POST request.
My question is - Can I somehow access these other object properties I fetched in the dynamic dropdown in the following POST request?
If I can, what is the best way to do that?