Form Screen Navigation

In my form screen I want users to be prompted to a table/list of times with only the items they selected from the from. I have a Max choice of two. I have my choice component column in my user table and the choice selections are writing to that column.

I’ve tried multiple different filtering methods, navigation choices on the submit button but I can’t seem to figure this out. I can get to the table of information I want but it keeps showing all of the items instead of just the list items from the choices selected in the form screen.

It seems that you mentioned 2 forms here? Or is it just one?

Can you send some screenshots of your form configuration?

I figured out the filtering part, but now I’m running into an issue where my relation column isn’t recognizing a few of my rows, It will recognize all but two of my categories.

Set up is…
I have a choice component in my users form. That component is sourced from the table where my categories are. The choice component is written to my users table. I then created split column for multiple choice selections. Then I created a relations column from my split column to my source table where my categories are and then a relation column from my categories table back to the users table.

Everything seems to be working fine, I can select multiple and it customizes the choices but for whatever it will not show 2 of categories (total of 8) I went through my google sheets cleaned out the test data, deleted the relations column and re added them but get he same result. I even tried selecting just the one category and it still didn’t populate.

Screenshots would help a lot…but do any of your choice items have a comma in them?

I think I just found the issue, lol. Its with my data I think, going to try and fix something, If that doesn’t work, I’ll send some screen shots

I see extra spaces in Agriculture and Education that look suspicious.

what do you mean by extra spaces?

Agriculture with a space at the end is not the same thing as Agriculture without a space at the end. Completely different values.

Check all of your values to make sure there are no extra spaces.

1 Like

Touchdown, thanks man!

1 Like