Update object API - how to get the object to update

I successfully created an API that inserts a new Partner object, now I want to update a Partner.

Rather than using the “Create Object” block, I think I need to use the “Get Object By Id” block as I started to below. However, I need to pass in the method arguments like I did for the insert API. This is where I’m stuck. Can you please advise?

Thank you.
image

Your flow should be like this:

  1. Get object and store it in a variable
  2. Update object’s properties
  3. Save object
1 Like