You need to sign in to do that
Don't have an account?
Flow formula is working in debug mode but is not populating on the record
Hello,
I have a Process that runs every time a certain object is created or edited. The Process determines the record type, and for the immediate action runs an Autolaunched Flow to do some calculations on the record.
The Autolaunched Flow populates some values on the record, performs a calculation, then runs a Subflow to create a related record. In the debug log, I can see that my formula is working, is populating the field, and is correct:

However, on my record, the field being populated stays blank. Everything else works fine; the Process runs, the Autolaunched Flow is launched, and my values populate.
The Subflow that creates a related record is also running just fine, and comes after my formula should be populated in the field:

I have a very similar flow to this one that calls the same Subflow, and I have no issues with the formula populating in the correct field. Does anyone have an idea of why the value is not populating?
Thank you!
I have a Process that runs every time a certain object is created or edited. The Process determines the record type, and for the immediate action runs an Autolaunched Flow to do some calculations on the record.
The Autolaunched Flow populates some values on the record, performs a calculation, then runs a Subflow to create a related record. In the debug log, I can see that my formula is working, is populating the field, and is correct:
However, on my record, the field being populated stays blank. Everything else works fine; the Process runs, the Autolaunched Flow is launched, and my values populate.
The Subflow that creates a related record is also running just fine, and comes after my formula should be populated in the field:
I have a very similar flow to this one that calls the same Subflow, and I have no issues with the formula populating in the correct field. Does anyone have an idea of why the value is not populating?
Thank you!

Did you ever solve this issue? I am having an identical issue in one of my current projects.