The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hello,
I am working on a report using the airtable api.
When you click on a record to expand the record, it opens a form-like view that allows for easy editing. That expanded view has a custom url.
Can I get that url via the airtable api?
I want to l...
Hello, Having a lot of fun with the formulas.
I have a field “Day of Week” with options like “Monday”,“Tuesday”, etc.
I want to create a formula in a second field called field2.
Something like IF ({Day of Week"}=“Monday”,“1,”") OR IF ({Day of Week"}=...
Kevin_Murray:
<a href=” &""" & {Article URL}& “”" & “>article”
I had a similar issue, I found a support about a bug around this. I ended up putting quotes around my link text and using:
"<a href="&{URL}&">link here</a>"
We stopped waiting for this to happen.
We created a table and added 3 additional fields to track recurrence:
Occur Weekly (Options Monday - Sunday)
Occur Monthly (Day of the Month - Example the 1st)
Occur Annually. (Day of the Year - Example 12/1 Sen...
Thanks for the responses @openside and @Andrew_Johnson1
If you look here: https://snag.gy/3eQDPA.jpg
You can see what I believe Airtable calls “Expanded view”.
It’s just a url and I circled the last part of the url which you can directly visit and th...