• Lipsa M
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hi,

I have a sObject variable say vDaysOfWeek which has values like 'Mon','Tue','Wed' etc.
In my flow decision box, I need to check my input variable vInputDay matches with my sObject value.

eg : Outcome1 : vInputDay  equals  'Mon' -> do some stuff
       Outcome2 : vInputDay  equals  'Tue' -> do something else... 

Please suggest a way to implement this in cloud flow designer.
I do not want to hardcode the values but retrieve them from sObject.

Thanks.
Hi,

I have a sObject variable say vDaysOfWeek which has values like 'Mon','Tue','Wed' etc.
In my flow decision box, I need to check my input variable vInputDay matches with my sObject value.

eg : Outcome1 : vInputDay  equals  'Mon' -> do some stuff
       Outcome2 : vInputDay  equals  'Tue' -> do something else... 

Please suggest a way to implement this in cloud flow designer.
I do not want to hardcode the values but retrieve them from sObject.

Thanks.