Hi ,
I have two buttons in summary view first insured and second insured.
First insured they can add task and even second insured they can add tasks will get in summary view.
After clicking on second insured tab, it is going another page there backtosummary link is there but when i click on backtosummary it is going to first insured tab .
i have handled through logic in interface level it is working fine but when i check in site level it is not working because there policy to task table has one many relations so selected task id not getting but rv!record.
how can i get selected taskid and i need to pass to rule input of summary page.
Discussion posts and replies are publicly visible
Since you open the Task summary through a record link, inside that Task view you won’t have the parent Policy rv!record. Pass the selected Task Id as a URL parameter/rule input when navigating, then use that rule input on the Summary page to open the correct tab.
https://docs.appian.com/suite/help/26.3/url-parameters.html