@WarrenBelz
Hello Warren,
I have a follow-up question for you to the Status/Percent Complete issue you helped me resolve today. I have a Status toggle in my form that helps determine when a flow runs that informs stakeholders of a status change. It is set to default to "No" in the SharePoint list. It should only change to "Yes" when the record is updated to a different status.

The Default property of the toggle is:
If(varRecord.Status.Value <> cbStatusES.Selected.Value, true, false)
If I hover over the first part of the formula, it displays the correct existing status.

If I hover over the second part of the formula, it is more ambiguous so the toggle trigger no longer triggers the flow.

The Items property of the Status combobox is.
Distinct(colChoices,Value)

What adjustment do I need to make, to make this work? I have attached the Collection that is established in the OnVisible property of the screen. Let me know if you need any additional information. Thank you! Teresa