How this tabular view is getting populated in AEP UI | Community
Skip to main content
Adobe Employee
June 19, 2025
Solved

How this tabular view is getting populated in AEP UI

  • June 19, 2025
  • 1 reply
  • 300 views

Hi Everyone,

We do maintain a wiki page where we list all the dataflows looks like as below for all the three environments that is dev,stage and prod. To do this we open dataflows in each sandbox and manually edit the wiki.

 

 

But when i closely look into UI there is a tabular info which has exact informaion we need

 

 

 

could anyone help me to understand how this table getting populated in the AEP UI.
if at all using API, please let me know. Prompt responce is appriciated. Thanks!

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by MohitVashist

Hi @mohammedsu 

I have not used this API myself but hope below detail will help you somehow:

1. Adobe's Flow Service API. You can automate your wiki updates by using these endpoints:

  • List flows: GET /flows
  • Get specific flow: GET /flows/{FLOW_ID}

References:

This would allow you to replace manual wiki updates with an automated script that pulls the same information shown in the UI.

 Cheers:)

1 reply

MohitVashistAccepted solution
Level 2
June 20, 2025

Hi @mohammedsu 

I have not used this API myself but hope below detail will help you somehow:

1. Adobe's Flow Service API. You can automate your wiki updates by using these endpoints:

  • List flows: GET /flows
  • Get specific flow: GET /flows/{FLOW_ID}

References:

This would allow you to replace manual wiki updates with an automated script that pulls the same information shown in the UI.

 Cheers:)