Forum Discussion
MalcolmMcDonald
4 years agoQrew Cadet
For my use, I did another make request as the second request depended on the the result of the first.
I can definitely see use cases where you would want to create a record to store the request and result, or update a record with new information etc.
------------------------------
Malcolm McDonald
------------------------------
https://xxx.quickbase.com/db/xxx?a=API_SendInvitation&userid={{b.json.qdbapi.userid}}&usertext="Welcome."
I can definitely see use cases where you would want to create a record to store the request and result, or update a record with new information etc.
------------------------------
Malcolm McDonald
------------------------------
DamonWalls
4 years agoQrew Member
Thank. I'm looking to make a second as well depending on the result of the first. I'm making a GetUserRole call and need to check the response to see if the user is in specific roles already, if not make another request call to AddUserToRole.
Anyone have any insight on how the expression should look to check the response via {{b.json.qdbapi.value}}? Definitely a Jinja newbie.
------------------------------
Damon Walls
------------------------------
Anyone have any insight on how the expression should look to check the response via {{b.json.qdbapi.value}}? Definitely a Jinja newbie.
------------------------------
Damon Walls
------------------------------