teamsIds, teamsNames and teamsCities{{teamsNames}} as its Title, {{teamsCities}} as its Description, and an arbitrary string for the button such as Check Team Matches{{teamsIds}} as the Card's Internal valueteamsIds array.const teamsIds = [12, 4]const teamNames = ["Hawks", "Celtics"]const teamsCities = ["Atlanta", "Boston"]Celtics as its Title, I want the internal value of the selected card to be its associated ID in teamsIds, which is 4 in this case.selectedTeam.Internal value seems to only work as expected when the data isn't dynamic and that the internal value is a fixed string, regardless of which option we selected.Save in variable option only allows to save a specific field from the card (like "Title", "Description" etc.) and not its internal value (which defeats the purpose of an internal value aside from solely displaying it to the user?).Script block that simulates the API call I'll make in production (which you get a peek at below it), with setVariable() lines.