Question on stackby node

Hello:

I have a question on the stackby node -

How do you update a record? The only workaround I can think of is to list all the records, find what I need, delete it and then append it as a new record (with the updated data). It may be easier to use the HTTP module.

I am tagging @Smit_Parmar because I found an old post from him when he added this node

Thanks
Sanjeev

image

(Select the nodes and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow respectively)

Hey @sunnym,

It looks like you might need to use the HTTP request node for that one as it doesn’t look like the node supports Update as an option.

For now the best I can think of would be to use the HTTP Request node to call the API, This looks to be the call to make: Stackby Developer API

Thank you @Jon

Will do!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.