Unable to select the stages that are added using Flow when creating a report in Requested item table

ryan69
Tera Contributor

Unable to select the stages that are added using Flow when creating a report in Requested item table.

When you create a flow and added custom stages which are specific to clients, the RITM created using the

catalog items are updated with the stages, however when you try to create a report on the table sc_req_item,

the stages are not found, so you cannot use it to filter and build a report.

Troubleshooting done:

  1. Created the test catalog item and flow that includes stages
  2. Submit sample request
  3. Create a report using the stage in ritm table

Screenshots:

find_real_file.png

find_real_file.png

 

find_real_file.png

6 REPLIES 6

OlaN
Giga Sage
Giga Sage

Hi,

As far as I know, using Flow stages does not actually set the Stage field on the RITM record, it's only progressing the Flow through stages, and gives help to visualize how far a process has come, like below image shows.

find_real_file.png

If you need to report on the stage field on the RITM, you will need to set the value of the RITM record as an "Update record" action within your flow.

ryan69
Tera Contributor

Thanks for your reply, it actually updates the RITM as you can see on my screenshot, the stages added in the flow will actually be updated to the RITM even without using "update record" action. The issue we are getting is that you cannot select that stage when you actually try to query or try to build a report using stages because it is not in the dropdown. (screenshots below for your reference)

find_real_file.png

find_real_file.png

find_real_file.png

Aah, I see. My bad.

Did some testing, and you are correct. The value is actually set on the RITM, like you said.

But, when reporting on the field Stage you cannot choose these custom stages created in a Flow, as they are not present in the choices on the Stage field.

What you can do as a workaround, you can group the stages in a bar chart or similar, just to get the results on how many RITM are at each stage.

Image shows how I did it.

find_real_file.png

Or if you really want to only get the results of a specific stage, instead use the "contains" operator and write the value of the stage you want to report on.