Flow Designer

Chuck Tomasi

1 minute read

ServiceNow Developer Advocate Andrew Barnes joins me to talk about his favorite Quebec developer features. Quebec is the latest release with a lot of goodness you won’t want to miss. Topics Introduction UI Builder Record Producer action Script tracer Command Line Interface Application customization Flow Designer Flow Designer content filtering (Paris) DevOps & CI/CD Ending Links Email Developer Portal Product documentation Twitter Community LinkedIn Listen Subscribe to Break Point Apple Podcasts Google Podcasts Spotify Amazon Music Stitcher TuneIn RSS Check out the other ServiceNow podcasts.

Andrew Barnes

2 minute read

It is ServiceNow’s new release season! With the Quebec release in Early Access, we will show some enhancements targeted around being more effective and efficient as a developer. To get access to these new things, you have to upgrade! This article will be about three new features in IntegrationHub. To view the whole list, check out the release docs. REST API Trigger A new trigger type has emerged! There have been several times when I created a flow and needed to front end that with a Scripted REST API (SRAPI).

Andrew Barnes

2 minute read

It is ServiceNow’s new release season! With the Quebec release in Early Access, we will show some enhancements targeted around being more effective and efficient as a developer. To get access to these new things, you have to upgrade! This article will be about three new features in Flow Designer. To view the whole list, check out the release docs. Flow Designer New Look and help Flow Designer has been updated to a new, modern look.

Brad Tilton

4 minute read

On this past week’s Live Coding Happy Hour show we continued to enhance our cooking management application, which manages and tracks long cooks like smoking meat for 18 hours. The scenario we were looking to solve was that we needed a way to use Siri to create a cook record and then create some additional records during the cook. We ended up creating a subflow, creating a scripted REST API that calls the subflow, and then calling that scripted REST API from an Apple Shortcut.

Stop Writing Code - Fish tanks, BBQ and Flow Designer

What do fish tanks, BBQ and Flow Designer have in common? In this post I explore why we need to stop writing code so we can make our projects more maintainable for the low-code, no-code crowd.

#Flow Designer , #MVP

Mark Scott

4 minute read

Stop writing code! Ok, ok! That might be a LITTLE dramatic. We don’t need to fully stop writing code, just stop writing some of your code. At the very least, start asking yourself “should I really be writing this in code?”. Have you had time to sit down and check out Flow Designer yet? Seriously, it’s going to replace Workflows and if you’ve caught an episode of Live Coding Happy Hour lately, it is truly becoming the go-to tool!

Andrew Barnes

3 minute read

IntegrationHub week is still going strong! The last two new Paris related features I will highlight on the blog will be the Payload Builder API and the JSON Parser action step. JSON Parser Building and extending spokes is one of my current favorite things to develop. One of the most common parts of integration is handling the response. Introduced in the New York release was the XML Parser step. With the Paris release, the other main format, JSON, is handled with the JSON parser step.

Chuck Tomasi

1 minute read

Join us as we cover a few of the new developer features in the Paris release. Chuck is joined by special guest ServiceNow Sr. Software Engineer, Dave Slusher. Dave is a familiar name (and voice) to the developer community. For several years he was a former Developer Advocate and co-host of Live Coding Happy Hour and TechNow. One detail - this discussion covers a lot of the Flow Designer and IntegrationHub features - fear not!

Andrew Barnes

3 minute read

It is ServiceNow’s new release season! With the Paris release in Early Access, we will show some enhancements targeted around being more effective and efficient as a developer. To get access to these new things, you have to upgrade! This article will be about a new feature in IntegrationHub. To view the whole list, check out the release docs. Connection Manager Dashboard The connections dashboard is a new interface inside Flow Designer to manage connections.

Chuck Tomasi

3 minute read

I’ve got three more Flow Designer enhancements to make your lives a bit easier. They are: Action instance ordering Ghost actions Duplicate action instance Action instance ordering The first is pretty straight forward. Prior to Paris, action numbering was “outline based”. Every time you added a new if, for each, or other action that created an indent level, a decimal was added on to your action numbers. While this may seem innocuous at first, it could make inline scripting challenging when referencing action 3.