For some reason, what I select in the choice component does not match the input in the data table.
These are the options to choose from. A number from 1 to 5
Thank you! I understood it to be better practice to use the rowID in a selection table so that should I need to change the options, the rowID remains constant.
But if you did that you would then need to add two extra columns.
First, a single relation column that matches the RowID value with the same value in the Week Number table, and then a lookup column to fetch the Week Number value.
But in this case where you are dealing with a short list of numbers that will probably never change, I’d argue that’s a bit of overkill.