ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Form not opening the right table.

Hi SN Community!I am rather new to this and was running into a problem, hoping you can help. I am working on creating an app/form to sell my group to start using service now. The form is starting to come along nice in the form builder but when i test...

AB16 by Tera Contributor
  • 538 Views
  • 5 replies
  • 1 helpfuls

Resolved! Start time should be less than stop time

I have two single text line variables ( start_time and close_time) and having a script to collect the values in HH:MM AM/PM format.something like this for start time var pattern = /^(0?[1-9]|1[0-2]):([0-5][0-9]) (\\s)?([APap][mM])$/.test(newValue)   ...

McJ by Tera Contributor
  • 520 Views
  • 3 replies
  • 0 helpfuls

Resolved! Insert an IF into a flow

Is there a way to insert an IF statement into the middle of an existing flow? It's a bit annoying having to add the IF statement to the bottom of the flow then move it up to its proper location afterwards.

I'm receiving the message: Flow activated successfully. Service Catalog records are part of Global scope. As a result they won't be part of Flow Update Set, nor Source Control/Application Repository transfer.

I have a Flow Designer Flow in the global scope, i have several subflows within the flow also in the global scope. When i try to Activate this flow i receive the notification:`Flow activated successfully. Service Catalog records are part of Global sc...

Herb2 by Tera Expert
  • 1975 Views
  • 11 replies
  • 6 helpfuls

Attachment categorization

Hi all,We have this custom requirement to categorized an attachment. To put a "label" on it, like "Type a" or "Type b" ..  Is there a way to categorized an attachment when you upload on task in backend (no portal )?Anyone had some advices on it?thank...