Hi Victor, we created the dynamic dropdown with a lookup field that looks at our eligibility form and pulls the user ID from the eligibility form. The filter for the view we use the lookup field equals or contains user ID.
Your error is probably in the way you're populating the dynamic field. Dynamic fields store entry ids of the record you're pulling data from. Using a dynamic field will not retrieve the value of the user's id, it will return the entry id of the entry where the id is captured.
There will never be a condition where a user id "contains". A user ID always matches on equals.
Did you follow these directions when populating your dynamic field: https://formidableforms.com/knowledgebase/frm_setup_new_fields_vars/#kb-display-user-id-dropdown-on-front-end-for-admin
Please login or Register to submit your answer