How can I automate catalog request using flow designer.

JLeong
Mega Sage

Hi all,

I need to automate the creation of catalog request based on a condition in Flow Designer. The  action "Create Request"  in Flow Designer is not functional. Could I just create a record? Which table should I use to create a record so it will create the request and the item?

Thanks in advance.

Regards,

Jocelyn

2 ACCEPTED SOLUTIONS

Sebastian R_
Kilo Sage

I think it´s not possible to create a request/request items through Flow Designer directly.

However you can use the Cart-API to write your own Flow Action which generates the request and request item.

 

https://docs.servicenow.com/bundle/madrid-application-development/page/script/server-scripting/refer...

View solution in original post

JLeong
Mega Sage

There is now a built-in action called Submit Catalog Item Request

View solution in original post

3 REPLIES 3

Sebastian R_
Kilo Sage

I think it´s not possible to create a request/request items through Flow Designer directly.

However you can use the Cart-API to write your own Flow Action which generates the request and request item.

 

https://docs.servicenow.com/bundle/madrid-application-development/page/script/server-scripting/refer...

 

Thank you so much Sebastian! I will try this.

Regards,

Jocelyn

JLeong
Mega Sage

There is now a built-in action called Submit Catalog Item Request