function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Eddie PrignanoEddie Prignano 

How to set a field value with a formula in Flow?

My end goal is that when an Account charges back (Account.Funding_Status__c = "Requires Review") that Process Builder triggers a Flow.  The Flow then gets all of the associated Payables (custom object) records, and then creates new Payables with the negative value of the Payable.Amount_Paid__c.  I managed to get it to create a Payable, and it's setting the Account__c (lookup field) on the Payable correctly, but it's not setting the Amount__c on the Payable.  I really want to learn how to do this! I'm attaching a bunch of screenshots of the Flow.  Thanks!

User-added imageUser-added imageUser-added imageUser-added imageUser-added image
Eddie PrignanoEddie Prignano
I figured it out! Had some issues with my Loop