Catalog task update

kmannem
Tera Contributor

Hi everyone,

I’m facing an issue in Flow Designer where my flow will create a task and check for a condition where state is shipped. If state is shipped it should update the assignment group / assigned to fields. But its not working.

What I have:

  • Flow triggers Catalog Task.

  • Condition checks:

    • State = Shipped

    • Destination = Cambridge

  • Then I use “Update Catalog Task Record” action

Is there anything I might be missing in updating assignment fields via Flow Designer?What’s the best practice to assign groups dynamically based on conditions in Flow Designer?

Any help or pointers would be greatly appreciated!

Thanks in advance 🙏

3 REPLIES 3

timothywick
Giga Guru

I have a question: How are you "holding" your condition checks until the field(s) are updated?   A Flow snippet would be helpful to see what can be done to help out.

yashkamde
Mega Sage

Hello @kmannem ,

 

are you using Wait for Condition action before your "If" block.

This tells the flow to pause until the Task record state is actually "Shipped ".

 

If everything configured right, plz share the flow execution context screenshots where the issue lies.. 

Aditya_hublikar
Mega Sage

Hello @kmannem ,

 

As per question , you are creating one catalog task using flow am i right ? if state is change you have to assign particular assignment group for that task .

 

When you create that catalog task wait checkbox is checked ?

 

cat.PNG

 

when this check is checked at that time flow will not executes next action until an unless this task is close. Please ensure that this is unchecked.

 

You can  assign assignment based on certain condition is by using  decision table  .

decision.PNG

 

d2.PNGd1.PNG

 

 

If this helps you then mark it as helpful and accept as solution.

Regards,

Aditya