Return all rows from a data table

I cannot see how to return all the rows of a data table using the native functions within Architect. I can use the Data Table Lookup for a specific row, but I need the whole table. I can use a hardcoded MakeList() function but the customer will need to edit the list and doing it via a flow change is going to cause problems.

I know I can use a Data Action to call the Genesys API: "api/v2/flows/datatables/<table_id>/rows" but I'm trying to avoid using excessive data actions to minimise the impact on rate limits.

Is this possible, am I missing something within Architect that can achieve this?

Nope. You need to use a Data Action to accomplish this unfortunately.

OK, thanks. Maybe this will change in the future.