The Community will be undergoing maintenance on Friday January 10 at 2:00pm - Saturday January 11 at 2:00pm EST, and will be "read-only." For assistance during this time, please visit our Help Center.
Hello, I am using AppGyver as my front end.
From a multiselect field in AppGyver, User A chooses “red”, “blue”, “green”, “purple”. I want to pull all records from my Cloth table which have those 4 colours
From a multiselect field in AppGyver, User B ...
Hi!
Kindly see the above video, it explains everything briefly what i need.
I’m thinking of starting a business but I want to try and see if I can get the processes automated before even taking things forward.
What I need is skeletal code to make t...
thanks so much for this! Airtable has a problem - when we type in the arrayjoin() formula, it does not show that it accepts a 2nd paramter which allows us to modify the separator from a comma to whatever we want.this is what i did after reading your ...
hi Bill! thanks for your help once again, i took quite long to respond as i wanted to do sufficient research and have a proper reply :slightly_smiling_face:
late-binding operations - this sounds very interesting
Question 1) how do i generate the qu...
I GOT IT!!!
OMFG. I really suck at programming but here’s your solution
fields: {
"Voter": [{ id: qryMaidFiltered[i].id }],
},
Instructions
Voter is my linked field. Not sure what your linked field is - if it’...
Whao that’s a great explanation @kuovonne!! I’m sure anyone who was perplexed by XOR has a much better understanding of it when they read through this thread and your answer now :grinning_face_with_big_eyes:
I think XOR is still quite an esoteric f...
Thanks @kuovonne!
This clears up the logic of the formula :grinning_face_with_big_eyes:
However what is a real life use case for 3 arguments and 5 arguments? I’m trying to understand when I would ever use this formula in real life.
Usually if I wan...