John
My feedback
2 results found
-
5 votes1 comment · Help us improve Gearset » Integrations and connections (Jira, source control, DX etc.) · Admin →
An error occurred while saving the comment John supported this idea ·
-
1 vote
John shared this idea ·
This is important for Flows. I recently ran into an issue where I was doing development on a flow in a sandbox.
A teammate was doing work in a separate sandbox to the same flow. They pushed their changes to production. We then attempted to back-propogate those changes back into all other sandboxes to keep our Sandboxes in sync as best practice.
The changes I was making in my sandbox was to an assignment node. My teammate made a completely different change to the same assignment node. Gearset identified the two changes as a conflict because both variable additions appear on the same lines in the XML of the flow. WHen in fact these are not conflicts but valid changes. When resolving these conflict I'd like to be able to select both, since both changes are valid and I want the change made in Prod to also be in my sandbox so I don't encounter a regression