Pipelines | search records | make request api
Hello,
I have a table called Access that is populated via the access admin console. I am utilizing 4 fields from this table, [User ID] and [App ID] (used for data within the URL API_GetUserRole) and [Role ID] and [Role Name] (which is populated after the api runs).
My pipeline that is doing this works (thanks to help from @SamuelTrachy with the jinja2), but is not optimized well.. Currently the pipeline is:
A. Search Records on the Access table
for each A record found...
B. Make Request (https://.....?a=API_GetUserRole.....)
C. Update record A with role name and role id
As mentioned above, this works, however, I am just looking to see if there is a more efficient way to run this.
ps. I am confident with pipeline things, but am a rookie with API/ make request/ json/xml things. So I may need things dumbed down a bit when speaking about these things.
Thank you
------------------------------
QuickBase Administrator2
------------------------------