In a Service Rule should take single input parameter like EmpId and request needs to be in JSON format and Response is also in JSON format. Response Data like name, Age, Designation, EmpID. I want to fetch only one field like EmpName based on EmpId in service Rule. How to achieve this?
@RohanZ17012127 multiple youtube videos available, can you please go through once.
Hi @RohanZ17012127,
please refer the https://academy.pega.com/challenge/creating-rest-integration-interface/v1
Thanks.
Hi @RohanZ17012127 , you could edit the response Data transform to set only Emp_Name on the Data Page even if you are fetching other additional details.
@RohanZ17012127 Modify the response data transform to set only the employee name for its respective employee ID.