cancel
Showing results for 
Search instead for 
Did you mean: 

Fill data in multiple reports by executing 1 function in process

nfranck
Explorer
0 Kudos

Dear experts 

Currently, I have a process in PAPM consisting of four reports, each linked to a specific view function. Currently, I need to execute four separate functions (1 for each view function) within my process activities before I have results in all 4 reports. I'm interested in consolidating these four functions into a single activity execution. So I want to execute one step in the process, but I would still need to see data in the 4 different reports. Is there a function or workaround available to achieve this?

Best,

Nathan

 

Accepted Solutions (0)

Answers (2)

Answers (2)

rhoresh1
Explorer
0 Kudos

Hi,

You can automate this process so that the other reports/views will also be updated whenever you update this function. You can use InsightZAP (a vendor software) to automate business processes without code.

 

 

 

 

Akki12
Newcomer
0 Kudos

Hi Nathan,

Here is one approach you can try.

1) Create a join function with union to all of your view function.

2) Keep Join function as executable

3) Run this function through Process as a single activity

4) Check Data in reports.

Regards,

Akshay