I need help creating new items in Monday using information from Podio. My old crm received podio leads via zapier just fine. I have migrated all CRM usage to Monday.
Using the screenshot below is there any issue with the JSON formatting? Is any of this correct at all?
Responded to you in your appsupport@ email, but happy to include my answer here as well for all future readers.
I spotted 3 little areas to be tweaked:
Super small thing, but I would just make sure to include a space after your colon â:â, just in case!
Because youâre sending the address into a text column, you need to make sure to follow the âtextâ column formatting. So instead of the "address": followed by the address, make sure to send "text": instead!
For the email column, make sure youâre passing both the email, as well as the text values. So it should look something like this: "{"email": "helen@helen.com", "text": "helen@helen.com"}" . I see youâre currently missing the âtextâ field.
Is there a dedicated Address column in Monday or do addresses go under the text column?
In your response you have a comma after helen.com", < Do i add this comma in zapier or is this your formatting in your response on the forum?
You also have a colon after âtextâ: < Am I also adding the colon in zap for address & email?
The email field needs two podio bubbles? one podio after âemailâ: " and another podio after âtextâ : ? I am assuming helen@ will represent my podio input
Yes, so there is a dedicated Location column, however the formatting that it requires is a bit more specific than a text column. As you can see from this screenshot, it will actually require you to send the address in terms of longitude and latitude coordinates. Based off of the example address you sent, I think it might just be easier to continue working with a Text column.
Yes! You would need to manually enter this comma within the relevant Zapier field. This is because you need both the email field, and the text field in order to populate an email column.
Yes! You need to send the comma after text, just like you did for email
Finally, yes! You would need two podio bubbles of the exact same text. This is because our email column requires you to input two pieces of information, the email that youâre setting, as well as the text for the email you want to set. For instance, letâs say my email is âhelen@helen.com,â but the text I want to display is âHelenâs emailâ. Then the value I would be sending would be: "{"email": "helen@helen.com", "text": "Helen's email"}"
Yes, you can use The Location Column on monday.com to store addresses. This column will only accept latitude and longitude values via the API/Zapier. For example:
Location column with address: {âlatâ:â29.9772962â,âlngâ:â31.1324955â,âaddressâ:âGiza Pyramid Complexâ}
The Email column will require you to use 2 values.
âemailâ: â this is where you input the actual email for the column;
âtextâ: â this is the display text you will see within the board.
We made the email field work. The phone and property address do not work. Can you let me know whats going on? I have spent too much time on this ridiculous zapier connection. Not happy about the way this was created. Been on this for days trying to find free time to work with my admin on this. Please let me know whats broken on the phone & address. Ignore the ( )'s those were removed earlier and had no real impact anyway
Apologies for any and all frustration! I know that this process can be really confusing and difficult, especially for those who perhaps do not have a technical background in coding.
As I mentioned briefly in our email exchange, we do have a new Zapier version coming very, very soon, so that should alleviate many of these difficulties!
For the phone and property address fields, youâre very close. Here are the last few details I would change:
Our Text columns do not require a âkeyâ before the value youâre sending, so you can send the âProperty Addressâ directly, between quotation marks like so: "1. Property Address: 2295....."as stated in our formatting article here: **Text Column** - "Hello world"
For the phone column, I would just send the country flag field anyways, since this will help with how the phone number is ultimately formatted on your board. Try this: {"phone_1" : "Seller Phone: 4101234567", "countryShortName": "US"}. This is the reference from our formatting article: **Phone Column with Country Flag** - {"phone": "5555555555", "countryShortName": "US"}
If the phone column still doesnât work I suspect that the issue pertains to how the incoming data is being formatted. As such, I would recommend either including another formatting Zapier step in the middle to format the incoming phone number properly, or just utilize a Text column to hold this data. Might save you a lot more time if you go with option #2!
So i need to remove { } from around the values for property address, seller phone & seller email?
Do left side column values need to say text0 & phone_1? they currently just say text and phone. Dev mode shows text0 phone_1. Does that need to go there or on the right side or both sides?
I am not going to use country flag as a workaround. That bothers my OCD. I dont need to create additional columns and then have to deal with them in my way or have to hide them.
So the formatting must match the formatting in the Zapier article exactly. All curly brackets, quotation marks, commas, all must be followed exactly otherwise it wonât work.
It sounds like it might be helpful to jump on a quick call. Are you free any time today? If so please email into appsupport@monday.com before 6PM EST and Iâd be more than happy to walk you through it.
Yes i see the text field is different formatting from the other fields that include { }s
so we currently have the phone number and email working. now working on the address field. will let u know how it goes. the formatting for the phone number looks good so country flag doesnt seem to be necessary unless you have additional feedback on needing country flag. basically the number came in 123 456 7890 which is fine with me. not need (123) 456 1234 unless it blocks me from click to call. will test
Everything here is working except for the address/text field. Can you see anything here that needs to be corrected? We removed the keys { } @AlexSavchuk
Thanks so much for sticking with us here until this is working as youâd like! Iâd love to help out here.
For the text column, you will not need to include a âkeyâ in the values you are sending. Unlike other columns, like Phone and Email, which require a key-value pair (âphoneâ:â123456789â, which would be the number, and a different key-value pair for the country info - âcountryShortNameâ: âUSâ}), the Text column will work if you simply enter the text youâd like to appear within quotes. For example:
âTimes Square, NYCâ
You will only need to speficy a key pair like {âtextâ:âsome textâ} for a Long Text column. That said, the new version of our Zapier integration just released should also be a massive help in terms of setting up the values correctly.
I hope this helps - and thank you for your patience, I definitely understand how it can be frustarting to tinker away without getting the end result you are looking for.
The address still did not come through. I am asking my admin to make sure its textZERO not text letter O. Looks like a zero though
Another problem occurred that can be reversed if needed
the phone number did not come through this time though. Yesterday I asked the admin to format the phone number from 18035552233 to (803) 555-2233 (inside podio app) for my own personal preference. Did this change mess up the phone number field?
Sorry you are still having trouble with this. As Helen mentioned earlier, we have now released the new version of our Zapier integration to all users, and it should be much easier to set up what you are looking for there.
To clarify further, if you use any special characters like â-â, or brackets â()â in your phone number value, it will not go through to our servers in the old version. In order to use the newest features in the Zapier integration, you will just need to re-create your app and use the latest monday.com integration version.
In terms of the correct column ID to use, it should be âtext0â as my best guess here, but without seeing a screenshot of the column ID, it would be hard to tell. The newest Zapier release will handle this one for you, however.
I hope this helps and Iâm sorry for the frustrating experience.