I am using the Export SQL To Excel smart service (plug-in) and need to have a link to the summary view in the excel sheet generated by the smart service for all the respective values in the "Record ID" column. How to implement this?
Discussion posts and replies are publicly visible
Prepare Excel template with =HYPERLINK("https://yoursite.appian.com/suite/record/[RecordType]?id="&A2, "Record Id") in Record Id column.Set Excel_base_template input to this file; SQL populates Record Ids into formula refs, creating clickable summary links.