n8n-io / n8n

Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
https://n8n.io
Other
50.34k stars 8.17k forks source link

Bug with updating live items in Webflow Node v2 #11980

Open solvingproblemswithtechnology opened 2 days ago

solvingproblemswithtechnology commented 2 days ago

Bug Description

I'm trying to update and publish a new Collection Item in Webflow. I mark the Live boolean, but it's not working.

image

Diagnosing the problem, we are sending the "live" parameter as a query string, but in the v2 API it's part of the URI. See the code:

And the API docs:

To Reproduce

I'm trying to update and publish a new Collection Item in Webflow. I mark the Live boolean, but it's not working.

Expected behavior

To publish the post, intead of having it as Staged

Operating System

docker

n8n Version

1.68.1

Node.js Version

docker

Database

SQLite (default)

Execution mode

main (default)

Joffcom commented 2 days ago

Hey @solvingproblemswithtechnology,

We have created an internal ticket to look into this which we will be tracking as "GHC-534"