I am attempting to setup a workflow for a Callback system for my Sales calls. My plan was that when a record in my Callback List View inside my Touchpoints table was updated to have the Call Result column be set to Voicemail select - that it would au...
I have a Lookup field called 'Call Result' in my Contact table for my Touchpoints table's 'Call Result' column - which is a drop down. I have a view called 'Hit Lister' and I would like to filter records where I have encountered - for example - 8 voi...
Hi,
So I have a table called Daily Hits to which my Touchpoints are linked to - so a day might have 30 touch points as an example - I’ve created another table called Journeys… what i want to do is have a number of columns representing a customer jour...
So if I do a formula like this in AirTable:
phone=‘+61 432 777 028’
it can figure out the + and even the space - but it gets more complicated when trying to filter by formula through API… now I’m sure i’m missing something but here is the proof… in v...
Hi,
So I’m using PHP which has this functionality built in (basically I give it a number and it converts it to how I would like it…) specifically I’m in Australia but the format I’ve chosen to go with is like this:
+61415932797
so let’s break this do...
Thank you for that suggestion @AirBenderMarcus - this worked perfectly for me. Thank you and also I appreciate the effort you have gone to replicate my issue on your end to find the solution.I can confirm that even after removing other filters as sug...
Hey thank, really? I didn’t do a completely parallel test in comparison? If that’s the case I apologise… in either case I’ve got the functionality working that this relied on and AirTable api is working fine (I just removed all the spaces so this iss...
hey, on the first example you can see the First named field shows up - it’s only when I add the space… but I can try %20 I should have tried that first… it’s interesting + works for you along with %20… that’s why I added a video lol… I appreciate the...
Never mind worked it out https://api.airtable.com/v0/appzNOZaonMIXQNnZ/tblHCYvBsWaGJGsr4?fields[]=Email&filterByFormula=Email%3D"random.name%40companyurl.com.au"