Help
Other questions
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Pulling a list of tasks that were completed overdue?

Hello,As projects come to a close, I want to review how successful my team was on staying on task and completing tasks by the deadline. My base is set up to flag overdue tasks, so I know in the moment when something is overdue and needs to get done A...

kmm23 by 5 - Automation Enthusiast
Solved
  • 484 Views
  • 6 replies
  • 0 kudos

Changing help text based on input in a form?

Hi! I'm trying to make it easier to check which cell phone carrier a person uses based on their phone number. Right now I have a formula I use, but formulas can't appear in formsThis is the formula I use: IF({Phone Number} = BLANK(), '', CONCATENATE(...

echointer by 4 - Data Explorer
  • 141 Views
  • 1 replies
  • 0 kudos

How to use return outside of select method

Hello, I am using the Airtable API in javascript. Currently I am using the select method based on the documentation, and I am trying to make use of the returned data outside of the method.For example this is my code:  base('TestData').select({ vi...

Resolved! Rollup - displaying a field, based on another field's value

My Table A is a list of Staff members, and is linked to Table B.  Table B are records of Agreements, with one of the fields being Company (the company name of that Agreement.  We have several companies).  A record in Table A (Staff) has multiple Agre...

Screenshot 2024-04-08 at 03.49.42.png

How can I create a summary table of thousands of records, my method seems clunky

I have a table with 5K+ rows of data as such:table1Date - Year(formula of date) - Month(formula of date) - DataPoint1/1/2020   2020                                         01                          5461/2/2020   2020                                ...

Create links

Hello.I have a cell that we input text and then in another cell that text in converted to an urlIF({LINK}=BLANK(),"","https://example.com/"&{LINK})Ex:CN-349302 -------->  https://example.com/CN-349302  But what kind of formula can I create to convert...

Tiago_Relva by 5 - Automation Enthusiast
  • 242 Views
  • 1 replies
  • 2 kudos