Question
1
Replies
53
Views
Posted: June 24, 2020
Last activity: August 1, 2020
is there any way to call multiple Data page in the single Save Data page Shape in Case management?
Hi,
I am trying to save the records using Savable data pages.
Configured multiple sections into one single section using four data types,
1. Personal details
2. Address Details
3. Account details
4. License details
Now, I want to save the record for all the instances using Savable data page, is there any way to call multiple Data page in the single Save Data page Shape in Case management?
***Edited by Moderator: Pallavi to update platform capability tags***
I see that the Save Data Page shape provides an option to save only one Data Page.
One option would be creating a new activity and call the "pzSaveDataPage" activity in it for 4 times, and pass the Data page name as a parameter respectively. In this way, we can have 1 shape in the flow instead of 4 shapes.