Skip to main content
October 30, 2023
Question

a!safeLink on confirmation of a!buttonWidget

  • October 30, 2023
  • 4 replies
  • 0 views

Is it possible to put a!safeLink ( example in section nr.2) on confirmation of a!buttonWidget (section nr.1) so that after confirmation, link navigates back do desired location?

In my case back to Record list view. So that user after confirmation returns directly to list view, without having to click back on summary screen.

    4 replies

    stefanhelzle0001
    Brainy
    October 30, 2023

    Did you try to make this process a record action of that record? This way it will automatically return to the record list when started using the record action field.

    October 30, 2023

    I was trying to avoid creating new process for this action. However it seems that is now inevitable, or I shall try to explore possible solution with record actions. Thanks!

    stefanhelzle0001
    Brainy
    October 30, 2023

    A record action actually IS a process. That is the way how to do such things in Appian.

    October 30, 2023

    Hi lovroc0001,

    It's not possible to add safe link in Submit button. Instead you can try with record action , it will directly land into record list view.