ShaneMiller1
3 years agoQrew Cadet
Pipelines automation to change record owner
Good morning,
In short, I have created a pipeline that triggers on an event inside 'record 1'. It then creates 'record 2'. 'Record 2' ends up being created/ owned by me, however, I would like to change that to the person who created/ owns 'Record 1'.
I am open to all ideas and suggestions.
Thank you for your time.
Kind regards,
Shane Miller
------------------------------
Shane Miller
------------------------------
In short, I have created a pipeline that triggers on an event inside 'record 1'. It then creates 'record 2'. 'Record 2' ends up being created/ owned by me, however, I would like to change that to the person who created/ owns 'Record 1'.
I am open to all ideas and suggestions.
Thank you for your time.
Kind regards,
Shane Miller
------------------------------
Shane Miller
------------------------------
Had some trouble getting the original fix to work but I met with Mark and we were able to make this work using just the URL and not the body. Here is the URL we used.
https://mycompany.quickbase.com/db/DBID?a=API_ChangeRecordOwner&rid={{a.id}}&newowner={{a.update_eoc_record_owner_to.email}}