Skip to main content

How to remove <br /> tags via API

  • December 16, 2022
  • 1 reply
  • 13 views

MangoDev
Forum|alt.badge.img

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!

1 reply

TheTimeSavingCo
Forum|alt.badge.img+31
  • Brainy
  • 6460 replies
  • December 17, 2022

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?