Problem with URL Parameters

I am having an issue with pulling URL Parameters for use in a dropdown. I need to create a uniques url using parameter keys. The keys then will be used in a dropdown that will then filter a repeating group.

I am using the key, ministry_filter and my url parameters are defined as as option set, url_parameters. In the picture below, if a user changed the dropdown, it send the parameter to the url. This part works.
Screen Shot 2021-05-24 at 11.53.00 AM

However the repeating group lookup is not working. When I define the parameter name, it accepts everything (see first image below). However, when I do the lookup, it is red and will not let me complete the lookup (2nd image below).
Screen Shot 2021-05-24 at 11.56.09 AM

Screen Shot 2021-05-24 at 11.53.41 AM

Assuming that Ministry is a Data Type…

You need to “Do a search for” and then search for the value in the url parameter.

It is an Option Set

Here is my lookup
Screen Shot 2021-05-24 at 12.21.41 PM

Screen Shot 2021-05-24 at 12.21.49 PM

Screen Shot 2021-05-24 at 12.21.58 PM

Screen Shot 2021-05-24 at 11.56.09 AM

Parameter name should be "ministry_fill[...]" as in text you’re passing in the image 1 and then the type has to match the ministry data type i.e the option set

The name parameter name is cut off in the image. the name is ministry_filter. That part is working fine.
Screen Shot 2021-05-24 at 2.54.45 PM

The Option Set Ministry display is set to text.
Screen Shot 2021-05-24 at 2.59.50 PM

The Get_URL Parameter is set to text.
Screen Shot 2021-05-24 at 3.00.10 PM

It still coming up red.

@jasonh, Hi.

Screen Shot 2021-05-24 at 12.21.49 PM

What is the type of the “ministry” field ?
Text?

noo

I meant it should be like this

image

That was it. Changing it to Option Set “Ministry” instead of text solved the problem. Thanks!

This topic was automatically closed after 70 days. New replies are no longer allowed.