Skip to main content
October 25, 2022
Question

Calling an interface using card as button pattern

  • October 25, 2022
  • 8 replies
  • 0 views

Hi There,

I’m trying to use card as buttons pattern to call an interface.

Interface is having gridfield used inside a!headerContentLayout() to display task lists.

However, I’m not sure how can I call call this interface using card as buttons pattern. Is that a right way of calling ?

Please do let me know if you need any more details.

8 replies

Participating Frequently
October 26, 2022

Hi, As far as I understood you want to display different interfaces on clicking a card. 

1. You can simply set a boolean when true you display a grid and when false you display a task list and vice versa.

2. You can use the choose function to navigate between multiple interfaces https://docs.appian.com/suite/help/22.3/navigation-patterns.html

October 26, 2022

Hi Ujjwal

Thanks for the response.

It’s only one interface containing task list.

I tried setting Boolean to true when clicking dynamic link and called interface in the contents section. It’s still not working.

Will you be able to help with any sample please ?

Participating Frequently
October 26, 2022

Yes, sure if you can share your code.