Automatic input Relation Value

Hi Daniel,

Welcome to the community!

We could help you more if you share a dummy doc

Regarding the first part of your if() formula, there are 2 errors:

  • You are referencing the whole Lanc column: Click on the chip to see more details about what does it reference. You should use thisRow.Lanc instead.
  • Month() returns a number, not a string, so instead of "01" you should just write 1

Not sure what you are trying to achieve with the rest of the formula, but if you want to retrieve an object from another table, you need to use the filter() formula.

Filter formula | Formulas 101 - YouTube

Let me know if this helped,

Pablo

1 Like