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.
When visiting developer documentation on Extension components, I cannot see the preview of this component in action. A while ago, I remember that preview was working correctly. Is Airtable support aware about that? Any info when it gets fixed? When...
Hi @DebbieW,One way to achieve this is to create additional table with rows created beforehand for each store and product. For example, if you have 3 stores and 3 products, this table would contain 3*3 = 9 rows.Here is an example of such table:Then y...
Hi Peter - this can be done with a formula. It may look like this: DATETIME_DIFF(DATETIME_PARSE({End Date} ,'HH:mm'),DATETIME_PARSE({Start Date},'HH:mm'),'minutes') Here is how it works in action:
Hi @snowflake123 - looks like this is possible to accomplish with a script. This script would loop through the records of table2 and add links based on your logic. This script can be run periodically and fill the missing links or it can be run once ...
Hi @pedroarango11 - You can use a formula like this: MID({URL}, FIND("/d/", {URL}) + 3, FIND("/edit", {URL}) - FIND("/d/", {URL}) - 3) In this formula, replace {URL} with the field name or variable containing the URL string.Here is how this formula w...