Last Updated: 2024-12-28
This privacy policy explains how the Pipedrive Contact Creator Chrome Extension ("the Extension") collects, uses, and protects your information when you use our browser extension.
| ## What happens | |
| I’m trying to aggregate multiple variables using an array aggregator. | |
| More precisely I’m trying to aggregate names and GIDs of projects and tasks in Asana from the output of different modules in before the aggregator. | |
| The issue: | |
| I can pick the variables in the UI of the array aggregator and save it. | |
| But when I open the array aggregator again, certain fields are always unselected. | |
| ”Coincidentally”🪄 the unselected fields are those which have the same `raw` name as other variables from the iterator before (Same thing happens when I choose “Select All” in the array aggregator). |
| // source: https://www.youtube.com/watch?v=z4CUu5bBy6Y | |
| var POST_URL = "<enter your webhook URL>"; | |
| function onSubmit(e) { | |
| var form = FormApp.getActiveForm(); | |
| var allResponses = form.getResponses(); | |
| var latestResponse = allResponses[allResponses.length - 1]; | |
| var response = latestResponse.getItemResponses(); | |
| var payload = {}; |
Last Updated: 2024-12-28
This privacy policy explains how the Pipedrive Contact Creator Chrome Extension ("the Extension") collects, uses, and protects your information when you use our browser extension.