Hey there!
I have a vertical gallery that is pulling from Azure SQL DB, and one of the sub-values is a number. I have checkboxes in every line of the gallery. My goal is to have users select items from the list with the check boxes, and then multiply the values that they selected and show them in a text label.
I have been playing with collections and variables, but can't figure out how to run equations on numerous variables, or which there may be various numbers of variables. Any help would be appreciated!