Hey there,
Thank you for reading me !
I have a small issue while using lookup fields within a formula.
I've got 3 differents tables : projects, actions, animations
A projet is made of several actions which are also each made of several animations
The project primary field is a formula : Year / Name (2024 / Orange)
The action primary field is a formula : Project primary field lookup / Action Name (2024 / Orange / soccer)
The animation primary field is a formula : Action primary field lookup / Date (2024 / Orange / soccer / 12/12)
My issue is that in action & animation primary fields, some unnecessary "" are added, i get :
Action primary field : "2024 / Orange" / Soccer
Animation primary field : """2024 / Orange" / Soccer"" / 12/12
I have tried a few formulas but I don't get how I can remove them. Any ideas ?
Thank you for your time, have a nice day !