Skip to main content
omkaro0002
Known Participant
November 8, 2022
Question

How to add back button on summary page?

  • November 8, 2022
  • 3 replies
  • 0 views

Hello everyone,


Trying to add back button on the summary page and then returning back to the same list, but not getting any perfect solution for this.

"I need back button on summary page and when a user clicks on it, it will get back to the same list." 

Thanks for any help.

3 replies

harshm2984
November 8, 2022

Hi Omkar, 

You can add a card as a button on the summary page with a link to the list URL of the site.

omkaro0002
Known Participant
November 8, 2022

Hi Harsh,

Thanks for your reply. 

Requirement is like how to get back to selected List, from summary page.

Thanks.

harshm2984
November 8, 2022

There can be two possible solutions here: 
1) To store the value of the selected list in the DB table along with the username. 
2) To cache the value of the selected list for a user using the plugin: 
https://community.appian.com/b/appmarket/posts/text-cache

The problem with the cache approach would be that the value would be available for a limited period