(Part 5) Flow Designer Scripting | Scripting Secrets Unveiled: Dominate Flow Designer Like a Pro!

Поділитися
Вставка
  • Опубліковано 17 лис 2024

КОМЕНТАРІ • 27

  • @GillerlaRajesh
    @GillerlaRajesh Місяць тому

    Great explanation Ravi 🎉

  • @GillerlaRajesh
    @GillerlaRajesh Місяць тому

    This is for the Ritm table:
    fd_data.trigger.current.variables.variable name;
    This is of sctask table
    fd_data.trigger.request_item.variables.variable name;
    For get the variables in the catalog form and do scripting in flow designer
    I am correct Ravi ?

  • @prasadkumar5707
    @prasadkumar5707 7 місяців тому

    Exlent explanation
    It's very useful video

  • @sandhyanaresh2330
    @sandhyanaresh2330 4 місяці тому

    Hi Ravi, I have one query in flow designer, based on requested for user country task should be assigned to that particular country group,there are 15 assignment groups ,so how I can add those in flow, could you please help me on this.

    • @learnservicenowwithravi
      @learnservicenowwithravi  3 місяці тому

      You have to use lookup Record and for each for all records found by lookup

  • @yajna.thalapathy5451
    @yajna.thalapathy5451 7 місяців тому +1

    Hi Ravi,
    I have received one requirement.
    Requirement is is it possible to import file from mid server to our instance with flow designer. Is it possible?

  • @FOODinMIND777
    @FOODinMIND777 6 місяців тому

    Can you pls tell me the order of learning what to learn before learning this

    • @learnservicenowwithravi
      @learnservicenowwithravi  6 місяців тому +1

      First :- ua-cam.com/play/PLKH9bPqlw1ncPZOiKF-7lkI333Mm7Tr6w.html&si=nMga6fsVmkvKdvjq
      Second :- ua-cam.com/play/PLKH9bPqlw1neGCJbunoZl7ag-zYxyi8Oe.html&si=zc-Uy0XsNCBU8EAS
      Third :- ua-cam.com/play/PLKH9bPqlw1nejrHNaozIw1ZaUWsAjA0b0.html&si=FwJK4vqHBakviFIE
      Fourth:-
      ua-cam.com/play/PLKH9bPqlw1nfPpLULqorWsRiCKD2nNKUP.html&si=Aue21G64KRxGe26w

    • @FOODinMIND777
      @FOODinMIND777 6 місяців тому +2

      ​@@learnservicenowwithravi thanks alot 😊 btw I requested for watsapp group too but it was not accepted yet...is the watsapp group not active?

    • @FOODinMIND777
      @FOODinMIND777 6 місяців тому

      ​​​​@@learnservicenowwithraviso flow designer playlist will be the Fivth part to learn right ?? I hope I m not missing anything 🙆

  • @Ghyll
    @Ghyll 7 місяців тому

    Hi,
    do you know
    how to retrieve Displayvalue of variable from Multirow variable set?

  • @satvikrastogi492
    @satvikrastogi492 2 місяці тому

    I am confused that their is no table with name as 'request_item', can you please help?

  • @PavanKalyan-qc2ln
    @PavanKalyan-qc2ln 6 місяців тому

    How to fetch reference variable values in flow designer currently the reference variable are grayed out

    • @learnservicenowwithravi
      @learnservicenowwithravi  6 місяців тому

      Its depends where you are accessing it.. see whether that is in scope or jot

  • @Kannavolgs37
    @Kannavolgs37 7 місяців тому

    How many parts left for flow designer concepts?

  • @harishamodiboyina8336
    @harishamodiboyina8336 6 місяців тому

    how to call script include in flow designer

    • @learnservicenowwithravi
      @learnservicenowwithravi  6 місяців тому

      In flow action you can call it and use action on flow… format is same as other

    • @harishamodiboyina8336
      @harishamodiboyina8336 6 місяців тому

      @@learnservicenowwithravi thanks for the response.
      Var SI = fd_data.scriptincludename() ; correct me if I’m wrong