


Modern tools for a modern business All the flexibility of a spreadsheet, all the power of software. I don’t want there to be a limit but I am missing the right parts of the formula to extend out the numbers. Stacker gives you the simplicity of a spreadsheet but the power of a development team. My issue is that on some occasions, the exceeded formula limit is being hit. Perhaps you could tell me what I am missing. I have run into an issue with the formula and I’m stuck. After I get the string, I have a formula (below) to add commas, and then a field to concatenate the number with commas and $. I have to create 3 additional fields to do it. I found a formula and implemented it but it’s a pain. (I don’t have a go-to formula along this line because it’s not something I do much, or else I would’ve already added it here.) This topic has been covered in other threads, and a quick search of the forum will likely yield several solutions ranging from the simple to the complex. You’d have to build a formula to add the leading dollar sign and separating commas, and make it smart enough to work with numbers of varying sizes. Audience Companies that want to build custom software without coding that integrates with Google Sheets, Airtable, or Salesforce About Stacker Build custom software that empowers your partners, teammates and customers. Turning $54,528,713.00 directly into a string will yield 54528713. Starting Price: 79 per month Alternatives to Stacker Claim this Software page Stacker is available for Cloud. The only issue there is that Airtable doesn’t provide any formula functions for formatting currency. Start now, go live today Don't spend hours learning new tools.
STACKER AIRTABLE ANDROID
Turn into a mobile app, with one click Immediately made available on both Apple and Android devices, without the extra effort. The only thing you might be able to control (see my earlier disclaimer) is the formatting in Stacker.Īnother way around this is to convert the number into a string, which can be formatted any way you wish before it’s passed to Stacker. Turn your Airtable data into a full-stack web-app with out-of-the-box memberships, payments and business logic, all in one place. However, If Airtable is still passing that number to Stacker as a decimal value, that’s not something you can control. All that the ROUND() function will do is round to the nearest whole number.
STACKER AIRTABLE UPDATE
If you use the PUT endpoint it will update the field.
STACKER AIRTABLE PATCH
We recommend using the PATCH endpoint when connecting Airtable because it will update the specific field in the table and leave all other inputs. My guess is that the data passed from Airtable to Stacker (which I’ve never used, so I can’t comment on any specifics from that end of things) is still a decimal value. Airtable is also unique in that it offers both the ability to use the PUT or the PATCH for updating a record, typically APIs only use one of these.
