Skip to content

Instantly share code, notes, and snippets.

View Sammeeey's full-sized avatar
🎯
Focusing

Sam Hartmann Sammeeey

🎯
Focusing
View GitHub Profile
@Sammeeey
Sammeeey / arrayAggregatorNameBug
Created October 30, 2025 09:31
arrayAggregatorNameBug - in Make
## 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).
@Sammeeey
Sammeeey / gist:422350ac2d7a82f24792821bd6920eea
Created February 12, 2025 15:11
Apps Script to trigger Make.com scenario via Google Forms submission (via webhook module)
// 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 = {};
@Sammeeey
Sammeeey / PipedriveContactCreatorPrivacyPolicy.md
Created December 28, 2024 13:44
Privacy Policy for Pipedrive Contact Creator Chrome Extension

Privacy Policy for Pipedrive Contact Creator Chrome Extension

Last Updated: 2024-12-28

1. Introduction

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.

2. Data Collection and Use