Help

Re: How to remove <br /> tags via API

447 0
cancel
Showing results for 
Search instead for 
Did you mean: 
MangoDev
4 - Data Explorer
4 - Data Explorer

I am using fluent forms to push data to Airtable using a Text Area input to push data to Long-text field type with and without rich text formatting.

So I am getting an issue with these tags (see screenshots)

Is there a way to remove them via Airtable? i am not an expert, so any guidance will be appreciated.

Thanks!

screen.png

1 Reply 1

Hm, I'm not too sure what you're asking so apologies if I'm off the mark here

Could you try creating a formula field with `SUBSTITUTE({Experience}, "<br />", "")` to see whether that does what you're looking for?