Problem: When returning data from a backend workflow (via API connector), I’m unable to choose the full data type object in the front end and instead I’m only given the option to choose the fields within the data type.
Backend
Table / Data type: Teams
Return data from API: Key = team of type Teams based on a search returning first item (screenshot)
Initialization:
“team” object present in response (screenshot)
Frontend
Get data from API does not list an option to choose the full “team” object, which I need to match to the “team” type entry when creating a new data entry. Instead, it only lists the fields inside the object which obviously don’t match the team type and nor can I use the “unique ID”. I also cannot run any searches on the front end for security purposes.
Please help.