Can I return a table reference and an add-on of the same table reference separately in the same api?

Answered

In my front end I want to filter a collection list, based off of a column that is a table reference list of integers. I also need the add-on extended data from that table reference. This causes the return to be an array of objects.


The weweb front end currently can filter only based on the returned value. Since the returned value is an array of objects and not an array of integers, it prevents me from filtering in a simple way. I can't seem to figure out how to return the add-on and the original value separately. Is this possible?




2 replies