Hi, Im trying to make a Zap between Monday and Followupboss. Unfortunately Monday’s side dosen’t pick up the columns that I need to send over to Followupboss.
I’ve managed to get a JSON query setup to pick up the values from Monday with this:
query {
boards(ids: xxxxxxxx) {
items {
column_values(ids: n"telefon", "e_post", "plats",]) {
title
text
id
}}}}
With this I guess I need to setup a Javascript with Code by Zapier but Im not sure how to move forward from here. Is Javascript the way to go? If so, I have never used Javascript and is this something that requires a lot of experience?