i’m unsure of how to get the return value from the flow… my paypal webhook works in sandbox mode but it appears to be skipping send email with serial… then updates the users “PAID” property… but i wanna get the SERIALs saved (and email sent) aswell…
Could you please ensure that the changes from the editor have been deployed and then try to reproduce the problem again?
I attempted to reproduce it and was only able to see the error when I provided a string to the Initial Data field of the Call Flow block. When I passed an object to that field, or left it empty, the problem did not occur.
I was only trying to sha256 hash the email+secretKey so AI transform in a flow is probably over exerting code.. so I opted fer a custom code block to do it + the emailing of the serial instead…
However after alot of testing it’s still not working.. I’m not sure what to do.. it’s as if email != Null is returned as false.. cus I get no errors and no results.
Will give an update once I debug it with some logging code blocks..
I would recommend that you change the condition to:
Does the flow start when you call the payment method?
Does it work ok if you change the AI transform block to something like the “Transfrom Block. Text Uppercase”?
I ended up using a Custom Code block in codeless to retrieve a users sha256 hash.. returning the variable is simple with a Custom Code block in codeless.