I am looking for implementing For filtering table based on adp in VBCS Content
Hi Experts , I have created table based on adp and assigning data to adp through sdp (recceive data from OIC integration) via page level action chain.
Next i have a filter column "FILE_NAME" in which user will enter file name and when click on search button, it is expected to filter ADP data for that file.
Kindly help how I can do the filter part in OIC Gen3 env as I am learning and implementing same time.
**************************What I tried: Created an action chain for search button, again called the rest end point with filter applied in transform. Then assigned this response to adp variable and tested. It is not filtering.