Hello,
I’m running into an issue with filtering a table data based on a column that has a lookup from another table. The column is an ID, but a lookup is defined to show a user-friendly string, which can have duplicate values for different ID's.
We use this column in a 'change filters' process action in order to display the right data. When screen is open, the data is filtered correctly based on the ID, but after refreshing the screen, filtering uses the lookup value instead of the ID as we could saw in the database event log, which leads to duplicated data.
How can we make sure the filtering is based on the unique ID instead of the lookup?
Thank you!

