How to assign REST API output to table in VBCS
Summary
How to assign REST API output to table in VBCSContent
I have Input text for user name and search button. This should call me IDCS User Search API and retrive the result in table.
For this , i have created Service Connection created for IDCS REST API.
Created type, variables for both request and response.
Created Action listener for Event (Search button) which will call Action Chain.
In action chain, there is assign variable to populate request variable (json).
then call RESTAPI endpoint to call the IDCS REST API and assign request var to body
then on Sucesss, assign response of end point to response variable.
Tagged:
0