Skip to main content
November 14, 2023
Question

How to update by clicking link

  • November 14, 2023
  • 7 replies
  • 0 views

We have a requirement that when clicking a link, will start file download, at the meantime, we need to do some data update.

Can anyone advice how to achieve this?

    7 replies

    stefanhelzle0001
    November 14, 2023

    Appian does not directly support this "requirement". I put the word in quotes because IMHO, the real requirement is the file download and data update, but not the link.

    The Appian UX design guide advices to use links for navigation and buttons for taking action.

    stewart.burchell
    November 14, 2023

    So not exactly as you describe. But you could run a process that sends the file to an email address and then does the data update.

    Why are the two requirements linked? What is it about the file download that is inextricably linked with the need to update some data?

    November 14, 2023

    we want to record user download action, change the status in DB accordingly

    stewart.burchell
    November 14, 2023

    Download action is already logged in the logs. Where are you intending using this information? Who needs to see it? When? Why?