• Michael Malone 33
  • NEWBIE
  • 0 Points
  • Member since 2023

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
We have linked Opportunities and I use processes/flows to pass the values of certain fields from one Opportunity to another, for most this is straightforward as the value is static, i.e. a picklist value or text string.

However I have a custom field which is a formula to caluclate total cost and I am trying to pass the formula result to another Opportunity whenever the value changes. I have tried things like
VALUE ([Opportunity].AUS_Total_Group_Cost__c ) but it is not working.

Has anyone any suggestions as to how to make this work?

Thanks in advance
We have linked Opportunities and I use processes/flows to pass the values of certain fields from one Opportunity to another, for most this is straightforward as the value is static, i.e. a picklist value or text string.

However I have a custom field which is a formula to caluclate total cost and I am trying to pass the formula result to another Opportunity whenever the value changes. I have tried things like
VALUE ([Opportunity].AUS_Total_Group_Cost__c ) but it is not working.

Has anyone any suggestions as to how to make this work?

Thanks in advance