Skip to main content
Solved

Formula to replace an element in a column by another element in another column

  • June 10, 2022
  • 2 replies
  • 47 views

Hello,

I’m starting on airtable and I can’t find the right formula to perform an operation.

I would like to extract the link in the second column IMAGE to insert it at the planned location in the third column JSON.

Can someone help me with this ?

Thank you :slightly_smiling_face:

Best answer by TheTimeSavingCo

Hi Heav, could you try:

'{"logo": {"original": "' & {Image} & '" }}'

2 replies

TheTimeSavingCo
Forum|alt.badge.img+31

Hi Heav, could you try:

'{"logo": {"original": "' & {Image} & '" }}'

  • Author
  • New Participant
  • June 10, 2022

Hi Heav, could you try:

'{"logo": {"original": "' & {Image} & '" }}'

Wow, it looks so simple and it works, thank you very much :slightly_smiling_face: