Hey everyone, have a weird bug here that I cannot replicate everytime. We have a State dropdown that Flow updates for our user onboarding form. The data shows they are on the Payroll step in SharePoint, but sometimes when you load the form it pulls in the state as New. The data is correct in the SharePoint list, but PowerApps changes it for some reason. The State "New" isn't even a default option but it is the first option in the dropdown.
I can load it and it will be in the New state, someone else can load it and it will be on Payroll state. It's very sporatic.
The only thing that could be changing this is the "DefaultSelectedItems" with this value: If(IsBlank(DataCardValue49), First(Choices(newhires.State)), Parent.Default)
Has anyone came across PowerApps not pulling in the data correctly? And is there another value I could change this to that may fix this?
Thanks everyone!