I know because the RE is technically on a separate page and cannot access the drop-down. Will parameters be the best choice?
If parameter is the right way, what is a way to get the drop-down to send data. Right now I’m lost on trying to think of a true conditional statement for when I change to drop-down inorder to navigate to page to send the parameter.
have you tried adding the date as a property to the RE? then you can reference it in the RG datasource. When you use the RE on any page, you just set the property on the RE. Like this.
Can you clarify what you mean “just using data”? You can always just use data, but how would the reusable know which data (when data is being determined or created outside the REU)?
There are some differences between the two in terms of setting / resetting but primarily the purpose of using properties is to have additional data being sent to the REU on top of the group itself. for example if you wanted to set the REU to a user or a budget but also wanted a date sent the REU’s property lets you also send a date.
well, you can pass any number and types of data that you need in your RE as properties instead of just passing a thing as a datasource. For example you can pass a string, a date, a number or a file from any page the RE is used in, not just a bubble thing.