Episode 25 - Complex Objects in ServiceNow Flow Designer

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

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

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

    You have probably the best independent channel of anyone on RUclips when it comes to demonstrating functionality of things like Flow Designer Scripted Rest, Data Streams etc. Assembling those complex object data types for OUTPUT can be tricky with the limited explanations in ServiceNow documentation. Just a shout out to say thank you! You saved me a headache twice now! Keep up the great work.

  • @dhruvgupta6822
    @dhruvgupta6822 5 лет назад

    Thnx for investing so much time to help community. We are lucky to have you as a community member😊

  • @allendean6779
    @allendean6779 4 года назад +1

    I was able to answer my question in the first 7 minutes of this video. Keep it up!

  • @tariksabie1738
    @tariksabie1738 4 года назад

    Thank you. It was driving me crazy figuring out how to call the REST action in a flow. I didn't realize you needed to either publish it first or configure draft actions for it to show up!

  • @Troyanus186
    @Troyanus186 6 месяцев назад

    How can I efficiently handle and process an array of objects with more than 1000 records in ServiceNow Flow Designer, using only the scripting part, as the data is obtained from a CSV file stored in ServiceNow?

  • @thehendu
    @thehendu 3 года назад

    when I build the output variables on the script the variable I place inside the object (Array.Object > Object > String) disappears. I can't explain it. Do you know why that happens?

  • @johnspirko5619
    @johnspirko5619 4 года назад

    Dude, awesome videos!

  • @jayakaru
    @jayakaru 3 года назад

    HI , iam creating a flow to lookup the records from table 1 use the values from table 1 and lookup in table 2 and for values which does not return in table 2 , i need to create a record in table 3 .
    any idea how to do this

  • @rishikesan5050
    @rishikesan5050 4 года назад

    Hi Goran I have tried due date changes on incident form to find current data time and compare with first time changes on due date could you please provide me any suggestions on flow designer
    Thanks

  • @AnantharamanN1991
    @AnantharamanN1991 5 лет назад

    Hi Goran, thanks for explaining the new stuff, I have one question related to this.
    If we use script blocks in flow designer, will it get charged as "Integration Hub" or would it be considered as flow designer (which is a free subscription).
    Basically, I want to know if we use script blocks in flow designer will it be chargeable ?

    • @goranlundqvist2976
      @goranlundqvist2976  5 лет назад

      Hi, Answers to all subscription questions is to talk to your ServiceNow Contact. But for this, I would say it's free as long as you DON'T do outbound calls. And this is because the script step is there without you needed to activate IntegrationHub. But if you want to use e.g. rest step, then you need integrationHub.

  • @sameerthakare5376
    @sameerthakare5376 5 лет назад

    Hello Goran, This is introduced in New York. Our instance is ok Madrid, I need to pass array of JSON object as an input variable. What approach would you recommend. This will be very helpful. Thanks in advance

    • @goranlundqvist2976
      @goranlundqvist2976  5 лет назад

      Hi Sameer, The only way I can think of to do it through code and send it as a string and then in the custom action parse it to do what you want to. How does that sound?

    • @sameerthakare5376
      @sameerthakare5376 5 лет назад

      @@goranlundqvist2976 Yes, in a way this is the only approach available. However if I pass array of JSON objects as a string to input variable of type string, and try to use this variable's value in subsequent action then it comes as empty string. Seems like bug is Madrid version.