Hi - I recently noticed that the URLs for attachments in my base are ‘sometimes’ exported with additional parameters that looks something like this:
&userId=usrRGFsp5k3BVKxoz&cs=5df56hubdtrt3673b79d
I’d prefer just the basic URL, and am also concerne...
I’d like to collect a sensitive ID number from my partners that I need for govt. reporting. I’d like to do this with a form view. (It’s not feasible to train partners to use 3rd party apps for encryption etc.) Some things I’m considering to increase...
Let’s say I have a multi-select column called “Colors.”
And I have a record with the Colors value: Red, Yellow, Blue
I’d like to create a new column called “Tags” with the string:
“Color: Red, Color: Yellow, Color: Blue”
Is it possible to access the ...
I’m using Python API Wrapper.
When I use get() method to retrieve a record that contains a ‘Link to Another Field’ Column, the method returns the linked record ID. I would like to get the linked record name instead. My next step will be to do a 2nd ...
Here’s how Airtable is sorting my text col:
2XY
11A
This logic seems to be unique to Airtable: 11 is after 2 (not 1 is before 2, as expected). This causes problems trying to match a sorted list in Airtable with the same list sorted in another progra...
Most of the image sharing that we do w/ colleagues happens via shared views. Do you have a guess as to how/whether the share view function will work under the new attachment handling protocol?
In case I wasn’t clear, the recommendation is that you DO sort, but leave the “keep sorted” box unchecked. Your data is sorted once and stays that way until/unless you move records around, at which point, if you need to, you sort again. Working like...
Sorry - I didn’t read thoroughly. Do you know about the different types of Roll-up Functions? When you create a Roll-up, you need to tell it how you want to put the data together. In your case, you probably want SUM(values). Perhaps you are using...