OmniStudio: Integration Procedure - Group Conditional Block #19 | 0to1Code

Поделиться
HTML-код
  • Опубликовано: 15 дек 2024

Комментарии • 13

  • @johnbritolima
    @johnbritolima 19 дней назад

    When you add a condition to the Execution Conditional Formula field you are automatically informing the framework that the step (e.g. Set Values) should be inside an if statement (in code lingo). The framework will check the condition regardless of what steps come before or after it.
    On the other hand, once you put the step inside a group block and mark the checkbox to treat the block as an if-else block, the framework does exactly that: it executes the step that evaluates to true first and exits the block.

  • @lindbr77
    @lindbr77 2 года назад +1

    Thanks again for the support

  • @shrikantramteke15
    @shrikantramteke15 Год назад +1

    thank you so much for videos

  • @kazimasudahmed4384
    @kazimasudahmed4384 2 года назад +1

    "Is If Else Block" is checked, but still "If_Country_Is_Other" setvalue is getting executed. please help?

  • @adityajain4372
    @adityajain4372 Год назад +1

    Checked "Is If Else Block" but still "If_Country_Is_Other" is getting executed. Can you please explain why it is happening?

  • @bt0909
    @bt0909 2 года назад +1

    You are doing Amazing Videos. Keep it up !! Could you also do a Video for Cache Block, Try Catch Block as well.

  • @shrikantramteke15
    @shrikantramteke15 Год назад

    .vlocity calculation matrix and proc are not show in omnistudio .how i get that features in omnistudio .plz explain

  • @MuskanAgarwal-co1pe
    @MuskanAgarwal-co1pe Год назад

    please make video on try catch blocks inside integration procedure

  • @stlyf1834
    @stlyf1834 2 года назад +1

    Why Country = US came two times. Please explain?

    • @adityajain4372
      @adityajain4372 2 года назад

      Yes we didn't get the explanation on that

    • @awesomekj5812
      @awesomekj5812 Год назад +1

      Without conditional block , it got executed twice because it satisfied both the conditions ...but within conditional block , it got executed once since it encountered US in first SET VALUE element.

  • @vijayabhaskarareddy9295
    @vijayabhaskarareddy9295 2 года назад +1

    Pls update more videos

    • @0to1Code
      @0to1Code  2 года назад

      Few more are planned for next week