Help

Re: Access and modify formula text in block

744 0
cancel
Showing results for 
Search instead for 
Did you mean: 
MK_Kim
4 - Data Explorer
4 - Data Explorer

Hi, I have a formula field that has long SWITCH statement and I want to modify this formula dynamically in backend. Is there a way to achieve this?

4 Replies 4

You can’t modify a Formula field through Custom Apps or the API.

Hi @MK_Kim

This is one of my 5 “most wanted” !

Fields Properties CRUD from Custom App API !

Airtable’s DEVs stopped communicating about it
so I’m trying to ring @Taylor_Savage bell ?

Best,

olπ

Ronen_Babayoff
7 - App Architect
7 - App Architect

Hey @MK_Kim,

The apps sdk does allow you create (look for createFieldAsync) and modify (look for updateOptionsAsync) fields, which is what my eazyfields open source app does. It just doesn’t allow you to modify formula fields.

I did also create an open source formulas app, which you may build upon to achieve what you want.

Cheers,
Ronen
Superblocks

thank you for your suggestion