Expand my Community achievements bar.

Join expert-led sessions on Real-Time CDP & Journey Optimizer designed to boost your impact.
SOLVED

How this tabular view is getting populated in AEP UI

Avatar

Employee

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.

 

MohammedSu_1-1750374732467.png

 

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

 

MohammedSu_3-1750375031621.png

 

 

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!

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 2

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:)

View solution in original post

1 Reply

Avatar

Correct answer by
Level 2

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:)