Also if anyone has a good tip on how to filter the data in my excel table according to the multiple choice, that has been chosen (e.g. 51€-100€) so that it only shows results that are between 51 and 100 euros, either in a dialog box, or so that is removes all results outside the chosen euro range.
Please check this high level flow. Currently i have hardcoded the options. But what you can do is you can actually pass an array variable there depending on the number of options you have. This way, your solution will not be fixed with the number of options.
For filtering, the “Value entered” field will give you the selection the user selected.
You can then use filter data table accordingly to filter based on the selection.