Skip to main content

#Looping Actions0 discussing

I believe I need to use a Flow with loop, but need some direction.

 

I need the flow to update a field on an opportunity based on picklist values selected by a user. If

System Type = Fire

System Type Level One = Monitor

System Type Level Two = Alarm

Need to bring back value from custom object record = 56, then update field Type Number.

 

I created a custom object with each possible combination of those 3 fields on the oppty. So, my thought was to Loop through the records to find the right value based on the combination of oppty fields selected by user.

 

My problem is I am not that great at loops and assignments. Can anyone share a solution? I can learn if I can see my specific problem solved.

 

Thanks in advance.

 

Shannon

 

#Flow  #Looping Actions

1 answer
  1. Feb 19, 2024, 9:15 AM

    Hi @Shannon Andreas,

    There are three fields of Opportunity (System Type, System Type Level One, and System Type Level Two) of the type picklist.

    If the user chooses the below value in these fields:

    System Type = Fire

    System Type Level One = Monitor

    System Type Level Two = Alarm

    Then you need to a field on Opportunity(Type Number).

    Type Numebr = 56

     

    If you are looking for the same, you can achieve this by the record trigger flow.

    Let me know in case you need assistance with the flow.

     

    Thanks

    Saurabh

0/9000

Loops in Mulesoft

 

Say goodbye to life's predictable loops and embrace a new path for the coming year by tapping into the power of MuleSoft loops.

 

For a comprehensive dive into the world of MuleSoft loops, check out article:  🙌 https://medium.com/another-integration-blog/loops-in-mulesoft-804aa1f4be09

 

#MuleSoft #Integration #Looping Actions #Foreach #Batch Management #Parallel Functionality #DataWeave 

0/9000

Hi there,

 

I have a flow where I have it cloaning an opportunity to create a new one but I would also like the flow to then add the same products that are on the original opportunity but the loop does not seem to be working. Is anyone able to advise? The flow is as follows:

 

Flow Loop

 

Flow 2.PNG

 

Flow 3.PNG

 

Flow 4.PNG

 

Flow 5.PNG #Flow #Flows #Automation #Looping Actions #Products #Opportunities 

2 answers
  1. Jul 27, 2023, 5:18 PM

    Replace OpportunityId for Id and i think it should work

0/9000

Hey there 👋🏼 I need some help with a mapping of a data raptor inside a loop block in a integration procedure. As you'll notice in the screenshot the data raptor works (returns CareProgram Id and Name in a MPQ path). I'll add some screenshots in a sec since I'm on my smartphone since I can't type the body of the questions in the laptop (freezes the tab).

#Omnistudio #Looping Actions
5 answers
  1. Dec 25, 2022, 4:10 PM

    @Walter Fernandez - The way I see it you are not correctly sending the input parameter to your GetMPQRelatedObjects DR. In the first picture, the DR expects the input key node as CareProgram.Id, but in the third picture you're sending it as Input:Id as Filter Value

     

    Data Source: Input:Id

    Filter Value: CareProgram.Id

0/9000