Multirow variable set in flow designer

Servicenow Use4
Kilo Guru

Hello Experts!

 

Here's the use case: I have a record producer with a couple of fields and a MVRS. Once the form is submitted from portal, a back-end script runs to populate the MVRS.

 

I am trying to check if after the record is created, there is any data in the MVRS or not.

I have used OOTB 'Get Catalog variables' action and moved it to available list.

The next job is: If the MVRS is empty, I need to call a subflow.

 

I'm not sure how to proceed. Can someone please help me with this?

 

Thanks!!

 

P.S: I'm working in the HR Scope. The record created is an HR Case. In case this info is required 🙂

1 ACCEPTED SOLUTION

So beyond the if statement I showcased that determines if its empty, what are you having trouble with?

 

View solution in original post

6 REPLIES 6

Hi @Uncle Rob 

 

I only want to check if the MVRS is empty in the record created. If yes, a subflow should be triggered.

 

Thanks!

So beyond the if statement I showcased that determines if its empty, what are you having trouble with?