Call API, Multiple records

Call API will only return whatever result your API gives you.

If you need them as static rows in a new table, based on the result, you must construct a batch API call to add multiple rows to your desired table.

If you don’t need them permanently, I would suggest this method.

3 Likes