Jeremy Posted October 2, 2020 Posted October 2, 2020 We have found that if we set up a node to pass information to the sheet it marks the response as a success regardless if it actually wrote something the sheet or not. So we cannot use the metric 'Call Success' so we have to make a decision based on whether a row was updated or not. Just wondering if this expected behaviour?
Steve G Posted October 5, 2020 Posted October 5, 2020 Hi @Jeremy, I'll take a look, there should be an output param called success that is set to true if the operation was successful, is this not working? Thanks, Steve
Jeremy Posted October 5, 2020 Author Posted October 5, 2020 @Steve G doesn't appear to be, we get a success returned for the integration working regardless of whether it put any data in the sheet. Seems to be a success of the node (I did a thing) rather than a return from sheet saying I was updated. If that makes sense....
Steve G Posted October 5, 2020 Posted October 5, 2020 @Jeremy ok, no worries, I'll take a look and let you know how I get on. Cheers, Steve
Steve G Posted October 6, 2020 Posted October 6, 2020 Hi @Jeremy, I've made some changes to the Update and Append operations, so that they will now populate success with a boolean false in the event that the operation fails for something other than an authentication issue. Authentication/token issues are still handled by a hard-fail of the operation. I've also included a new output parameter called errors, which will be populated with the error returned from Google if success equals false. Let me know how you get on with these. Cheers, Steve 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now