How to indicate story pages and regular pages on page list
Domo has two types of pages : story pages and regular pages.
I would like to create a list of pages that I manage like this.
Usually I use the Governance dataset when I list up page info, but the Governance dataset seem not to have a column that could output about the page type.
Could you give me some advice if you have any ideas on how we can list page types?
Best Answers
-
I think you can use the Activity Log to determine which pages are a story page and which ones aren't. I just converted a standard page to a dashboard page and two events were created in the activity log: Organized Dashboard and Edited Dashboard.
You could create an ETL that would look for this event and then create a distinct list of pages with this event. You could then join to your full list of pages and be able to indicate which is a standard page and which is not based on the join results.
**Check out my Domo Tips & Tricks Videos
**Make sure to any users posts that helped you.
**Please mark as accepted the ones who solved your issue.1 -
Hi, @amehdad21, @GrantSmith , @MarkSnodgrass
I'm glad to know your answer to my question.
Thank you so much!
I think it would be convenient if the filed of "Page type" is in Governance dataset, so I would like to post my request on 'Ideas Exchange' and also try to request this to my customer representative.
As a solution up to that point, I would like to follow the advice of @MarkSnodgrass .
I also tried to search the Activity Log for hints.
When I create a standard page, Activity Log indicate as follows.
Object type = Page
Action = CREATED
When we create a story page, the action below come up at the same time.
Action = PAGE_LAYOUT_ENABLED
When I cancel story page, the action below come up.
Action = PAGE_LAYOUT_DISABLED
When I delete the story page, 2 action come up.
Action = PAGE_LAYOUT_DISABLED
Action = DELETED
Based on these hint, in case of that count of PAGE_LAYOUT_ENABLED > count of PAGE_LAYOUT_DISABLED
The page would be story page.
I hope page type filed will be added Governance dataset in the near future.
Thank you!!
0
Answers
-
Hi @eriena, the Governance Dataset connector currently doesn't have the field 'Page Type' or similar, so it's worth making a request for that in 'Ideas Exchange' or asking your Customer Success representative to investigate in anticipation for the next version update (It looks like it was last updated in April). As a workaround, you can create a beast mode. An example is:
CASE
WHEN 'Page ID' = '1234567' THEN 'Story'
WHEN 'Page ID' = '2345678' THEN 'Regular'
ELSE 'Not Mapped Yet'
END
You would continue to manually add in different instance of your pages. Hope that helps.
7 -
You may be able to utilize the API to determine which type of page it is but it wouldn’t be a supported API and is a very technical solution. It would be nice if the governance or domostats datasets contained the page type
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**1 -
I think you can use the Activity Log to determine which pages are a story page and which ones aren't. I just converted a standard page to a dashboard page and two events were created in the activity log: Organized Dashboard and Edited Dashboard.
You could create an ETL that would look for this event and then create a distinct list of pages with this event. You could then join to your full list of pages and be able to indicate which is a standard page and which is not based on the join results.
**Check out my Domo Tips & Tricks Videos
**Make sure to any users posts that helped you.
**Please mark as accepted the ones who solved your issue.1 -
Hi, @amehdad21, @GrantSmith , @MarkSnodgrass
I'm glad to know your answer to my question.
Thank you so much!
I think it would be convenient if the filed of "Page type" is in Governance dataset, so I would like to post my request on 'Ideas Exchange' and also try to request this to my customer representative.
As a solution up to that point, I would like to follow the advice of @MarkSnodgrass .
I also tried to search the Activity Log for hints.
When I create a standard page, Activity Log indicate as follows.
Object type = Page
Action = CREATED
When we create a story page, the action below come up at the same time.
Action = PAGE_LAYOUT_ENABLED
When I cancel story page, the action below come up.
Action = PAGE_LAYOUT_DISABLED
When I delete the story page, 2 action come up.
Action = PAGE_LAYOUT_DISABLED
Action = DELETED
Based on these hint, in case of that count of PAGE_LAYOUT_ENABLED > count of PAGE_LAYOUT_DISABLED
The page would be story page.
I hope page type filed will be added Governance dataset in the near future.
Thank you!!
0
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 300 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.9K Transform
- 100 SQL DataFlows
- 616 Datasets
- 2.2K Magic ETL
- 3.9K Visualize
- 2.5K Charting
- 738 Beast Mode
- 57 App Studio
- 40 Variables
- 685 Automate
- 176 Apps
- 452 APIs & Domo Developer
- 47 Workflows
- 10 DomoAI
- 36 Predict
- 15 Jupyter Workspaces
- 21 R & Python Tiles
- 394 Distribute
- 113 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 124 Manage
- 121 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 108 Community Announcements
- 4.8K Archive