Struggling with Stripe integration following Gregory Johns' video

I’m following Gregory John’s video on integrating stripe and have hit a roadblock.

In the checkout session backend workflow, when I try to add the “create a new subscription” I get errors for both the ID customer and ID subscription expressions. The expression is asking for “more” but as per Gregory’s video the expression should be “ID customer = Request Data’s body object customer”

In the screenshots you can see my setup with the errors, along with Gregory’s setup that has the same expressions. Also included is a screenshot of the API workflow request data which displays the customer ID returned from Stripe (cus_Ron4qSZJPJ8gFK).

I can’t for the life of me figure out what I’m doing wrong here?




I have the exact same issue!
Would love some help with this too