Strange issue that I could use some help with. It is a simple flow to check some relative values from a record of one object and write the values into related records of a different object. The Flow has 4 different assignments (executes only up to 2 of them depending on the path). 3 of these assignments are working, but one is not. When I run the flow in Debug Mode, the all the Assignments are working correctly, but when executing a live test. the value of Post_Program_Investment_Raised__c is not getting written to the record.
The field that is not updating is 'Editable'.
Please help!
#flow
SOLVED! This was related to the 'When to Execute Outcome' setting in the Flow Decision. It had been set 'Only if...', working as expected when changed to 'If the condition requirements are met'. This is odd because, I had just copied the element from another branch that was working. Also, the Flow Builder debug operation was not catching this. Only when I setup a Trace Flag and slogged through the system debug log did I notice the difference in behavior (perhaps this a bug in Flow Builder Debug). Here is a useful instruction for setting up the debug logs for Flow.