How do I get the value of an attribute set at Option level, on an event at Select level.
Example is I have a repeat on Options for weeks of the year and display that as each option (data comes from an API call). Each item in the api call has an ID. I am putting this into an Attribute variable called chosenWeekID.
When I click on an Option, I want to trigger the onChange event and use the chosenWeekID to send to another API call. I understand that this needs to be triggered at select level.
Thanks for any help.