I have a page that is sent as a confirmation to a site user. Since they are not internally trained skuid user they do not understand they need to press the checkmark so I can run multiple actions. The purple fields are actually a formula
HYPERLINK( Search_URL__c , Search_URL_Name__c , “_blank”)
When I click on the purple field it does take me to the correct url page. However, I need to update a boolean field in the record with “true” in order to run a process builder and flow.
Is there a method to run multiple actions on the purple field below?
An example page can be seen at
https://dorothy.secure.force.com/Seek/?id=a0Xf100000L5uRNEAZ
Click on “History”, click on a purple box. That is when I need a field updated in the record.