Calling UI action from flow designer

Anh
Tera Contributor

Hi

Is there any way to call UI action from flow designer?

I want to call action Send Notification (in the picture below) to a flow but can't find any solution.

Please help.

 

find_real_file.png

1 ACCEPTED SOLUTION

Hi,

UI Action functions on the front end i.e. the script within that is triggered when somebody clicks on that button and it won't trigger on its own.

Since flow designer is something which works in server side and in background so it won't be able to call the UI action script from flow designer.

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

12 REPLIES 12

I'm sorry if this takes too much of your time but can you explain to me why is it impossible?

I'm new when it comes down to flow designer so there so much things I don't know about.

 

Thanks,

Anh.

Hi,

UI Action functions on the front end i.e. the script within that is triggered when somebody clicks on that button and it won't trigger on its own.

Since flow designer is something which works in server side and in background so it won't be able to call the UI action script from flow designer.

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Thank you

That was a great help ^^