is there any ootb function or activity which accepts view Name as parameter and invokes that View which inturn invokes all the refereces that exist in the View in Version Pega 8.8
In Pega, I dont recall that there isn’t an out-of-the-box (OOTB) function or activity specifically designed to accept a view name as a parameter and then invoke that view along with all its references in a direct manner.
You can create a custom activity to achieve this functionality.
I have not come across any utility like this. You might have to go for a custom utility.
@SohamM95 a view has a property called pxContextMetaData - it is a JSON object that has the list of properties used in the view
@JBRaghuraamm there is no direct ootb solution available in pega 8.8.4, I have used the engine API to read the JSON view to Page and then further process.
