Help
Martin_Malinda
6 - Interface Innovator
6 - Interface Innovator
since ‎Jan 27, 2022
‎Dec 14, 2024

User Statistics

  • 28 Posts
  • 0 Solutions
  • 17 Kudos given
  • 9 Kudos received

User Activity

Airtable already depends on pre-defined formatting. And to certain degree formatting is configurable. Some fields might have different `actual value` and `presented value` by default - for example the datepicker, duration or percentage field.This is ...
Hi! here's a formula that I used for tracking progress in a rich text field, maybe someone will find it useful, cheers!( (LEN({Checklist}) - LEN(SUBSTITUTE({Checklist}, "[x]", ""))) / LEN("[x]") + (LEN({Checklist}) - LEN(SUBSTITUTE({Checklist}, "[X]"...
Powersave 3.0 is now available. It introduces custom matching, allowing you to set multiple rules to find the right Airtable record while browsing, even when the URL isn’t enough, such as in LinkedIn or Twitter DMs. Easily configure these matching ru...
Hello everyone Powersave, my chrome extension to quickly save to Airtable right from the browser has just been updated.It now provides custom autofill configurations. You can configure different strategies to map values from websites to your fields:...
I've built powersave to be able to add records to Airtable as quickly as possible. That meant creating a browser extension that lets me pick the right table quickly and perhaps extract data from a website I'm currently visiting.But if the table does ...