Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
SaaS
What are the exact steps to reproduce this issue?
- Edit field in table
- Select ‘Formula’ as the field type
- Click ‘Generate using AI’
- Put in the prompt “Create a goods receipt reference like GR-0001 using the autonumber field called ID” (I left all other fields as is)
- It creates the following formula: concat(‘GR-’, right(text(field(‘ID’)), 4))
- I click ‘Save’
- I get the error “Error with formula: text is not a valid function.”
