Jamie Talbot Posted April 30, 2020 Share Posted April 30, 2020 Hi All, I am currently trying to create a BPM flow that asks via a Human Task 'Would you like to add this project to a Google Sheet?'. If the answer is yes then I would like to be able to add the summary of the ticket to a project Google Sheet. I believe this is possible through using a Cloud Automation node but I am not sure how to fill in the required parameters (these are shown below). If possible would someone be able to explain how this can be done please? Thanks Jamie Link to comment Share on other sites More sharing options...
Steven Boardman Posted April 30, 2020 Share Posted April 30, 2020 @Jamie Talbot In the cell data you can use the variable picker to inject the values you want i.e summary / request ID etc - remember after your task outcome and decison, you may want to use a get request info, and then inject the variables from this node. As shown below, if you need / want to invert multiple data values, you can use the + button to add a new cell value field, and us the variable picker to populate it. After this, the help info may assist with populating the other mandatory fields Hope that helps 1 Link to comment Share on other sites More sharing options...
Steve G Posted April 30, 2020 Share Posted April 30, 2020 HI @Jamie Talbot, If you want to create a new row in a Google Sheets spreadsheet, you should use the Append integration, as the Update integration is for updating existing rows in a sheet. For your use case, the Update node, and Cell Data parameter, should be configured as so, where the first Cell Value contains the request reference, and the second Cell Value contains the request summary. Let me know if you need any more information. Thanks, Steve 1 Link to comment Share on other sites More sharing options...
Jamie Talbot Posted April 30, 2020 Author Share Posted April 30, 2020 @Steven Boardman @Steve G Thank you both for your help it's much appreciated. I've edit my Cloud Automation to append instead of update and filled in all but the Spreadsheet ID. I keep getting the error 'Failed to fetch data source'. Is there a node that I must use to fetch the data needed for the spreadsheet Id. Thanks Jamie Link to comment Share on other sites More sharing options...
Steve G Posted April 30, 2020 Share Posted April 30, 2020 Hi @Jamie Talbot, This error would generally mean the Google Drive token in the keysafe key does not have permissions to talk to the APIs required to read the list of spreadsheets. There should be a more descriptive error message in the browser console, if you press F12 in your browser you will be taken to the console to check the actual error. Thanks, Steve 1 Link to comment Share on other sites More sharing options...
Jamie Talbot Posted April 30, 2020 Author Share Posted April 30, 2020 @Steve G Thanks you for your reply. I've got this working now 1 Link to comment Share on other sites More sharing options...
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