So I have an asknicely.com board that we get customer survey responses from.
I have a Monday.com board where I track these responses and our follow ups for management.
I am using a zapier zap, that filters the responses, that works. BUT it currently puts all the data I want into a new pulse in the first column only. Someone has to move it all manually into each column (me) after it arrives.
I am trying to develop a new zap that creates the pulse then puts the data into the correct columns. I have a zapier structure like this.
- When this happens … New Response in AskNicely
- Do this … New Pulse on a Board in monday.com
- Do this … Update column B in Monday.com
- Do this … Update column C in Monday.com
- ... etc.
My issue is that in order to update a now existing pulse (3 onwards) I have to populate Pulse Id1 2 3
field which accepts only a number.
Here are my questions;
- Can I get Zapier to "catch" the pulse ID upon creation so I can save and reference it later?
- Or can I retrieve the numerical pulse ID by searching with the text field I first created the pulse with?
pulses.getID().contains(someaskicelyTextField);
- Or lastly, is there a better approach to this than the one Im using?
I have a java background and its frustrating using these visual widgets instead of working in the actual code to do the above. I am new to both products so if this has been asked before I apologize.