Mapping API Response to a Table in the UI

How can I map an API response to display in a table in the UI?

Using the Page Variables node is a better approach for mapping response data in components, then display them in the UI using interpolation syntax like {{page.example}}.

2 Likes

Hi @muhammedaslam,

Please refer to the image below.