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.
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!
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?
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?
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
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
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 ?
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.
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
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?
@@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.
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.
Thnx for investing so much time to help community. We are lucky to have you as a community member😊
I was able to answer my question in the first 7 minutes of this video. Keep it up!
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!
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?
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?
Dude, awesome videos!
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
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
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 ?
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.
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
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?
@@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.