Update created thing based on API response (Post)

Hi,

I have a process in which I create a thing and after it is saved the data is send over to an external system using s post API. In the response s reference of the external system is returned. How should I update my thing with this reference?

1 Like

If you have initilialized your endpoint correctly in Connector, you should just add another step, Update a thing, Result of step 1 (for the thing to update), set the field using Step 2 Data from API

1 Like

This worked! Thanks!

1 Like