We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Workflow Automation forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Attachment via Rest Message

Hi all, I’d like your thoughts on this.We’ve received a requirement where we need to extract data from a specific table in ServiceNow and send it to an Azure console (such as a storage account) as a CSV file. This process needs to be automated to run...

kirankr2061 by Tera Contributor
  • 906 Views
  • 4 replies
  • 3 helpfuls

Export a table data

Hi all, I’d like your thoughts on this.We’ve received a requirement where we need to extract data from a specific table in ServiceNow and send it to an Azure console (such as a storage account) as a CSV file. This process needs to be automated to run...

kirankr2061 by Tera Contributor
  • 930 Views
  • 4 replies
  • 3 helpfuls

Flow Designer

var operation = fd_data._1__get_catalog_variables.operation.getDisplayValue();var tofop = fd_data._1__get_catalog_variables.type_of_operation.getDisplayValue();var action = fd_data._1__get_catalog_variables.action.getDisplayValue();return "Operation:...

kirankr2061 by Tera Contributor
  • 1026 Views
  • 5 replies
  • 2 helpfuls

fire event (flow designer) not sending parameters

Hello,I have created an SLA flow, as followed:flow triggered by SLA task1. percentage timer - 100%2.condition of completion - stage = complete.4.wait for breach.5.fire event: when testing in flow designer, both parameters have the wanted value.param1...

AdiG_0-1753795546930.png Screenshot 2025-07-29 161617.png Screenshot 2025-07-29 161550.png Screenshot 2025-07-29 161743.png
AdiG by Tera Contributor
  • 489 Views
  • 2 replies
  • 0 helpfuls

Resolved! Count Do-Until loop in Flow designer

Hi Community Memebers,I'm stuck with a silly thing in Flow Designer. I have an email step inside a Do - Until loop. In email subject I want a counter like "Reminder 1" - When 1st loop runs, Then "Reminder 2" when 2nd time that loop runs. Basically I ...

UtpalDutta_0-1676471235447.png

Resolved! Playbook - Add activities dynamically at runtime

Hi All,  Is there a way to add dynamically add activities to the playbook at runtime by script?I can do this by adding an optional activity and then add them during playbook execution manually but wanted to check if there a way to do this automatical...

Daxin by Tera Expert
  • 1409 Views
  • 3 replies
  • 2 helpfuls

Flow Designer

Give me flow for a variable which is hidden in the catalog item, when manager approves only then the variable should be visible in the portal.  Can anyone help me with this?We have created a variable with type URL. This is made hidden in the catalog ...

Sneha KH by Giga Guru
  • 1381 Views
  • 7 replies
  • 1 helpfuls

user authentication error

I have created the login page and I have used the sys_user table from backend  and i have add user authentication method but when i try to login with user name and pwd with correct credentials getting invalid credentials . 

GPavanKumK by Tera Contributor
  • 462 Views
  • 2 replies
  • 0 helpfuls