I have an Entity Form on my portal, mostly containing read-only fields alongside 3 editable fields. However, whenever I hit the Submit button on my entity form, all 3 fields are seen in our Dynamics 365 instance as updated, even if the field values do not change. This is problematic for me as it causes a few workflows to incorrectly activate OnChange of those fields, despite having the same values.
I could modify my workflows to end process if the information does not change, but I would rather have a solution working in the entity form for future implementations. Using my solution, I would have to create an Old and New variable to compare values for each workflow activating on an Entity Form field change.
Is there a way to only update fields with a changed value in my Entity Form rather than all editable fields?
1. Entity Form with 3 Editable Fields
2. Changed only the Client Floor Field and clicked Submit
3. Audit Log for this record shows all 3 values are updated rather than just Client Floor
Thank you everyone