This is probably an easy fix. I created a SharePoint Integrated form with a status field to provide the status of the form which goes through an approval process. I am using the drop-down to display the status which I see all the choices using this formula: Choices([@'SPList'].Status)
When I open a completed form to check the status of the form the choice status field never updates based on the real status of the form. The SharePoint list column does display the correct information but the form does not. Is there something I am doing wrong?