I have an interface with a grid, in which first columns is an ID, and you can click on one of the ids to go to another interface with specific details for that ID.
Right now that link works with a process, but I need to change it so it does not trigger any process, I want it to open the interface with the details for the selected ID without going through a PM.How can I do that? Thanks you!
Discussion posts and replies are publicly visible
docs.appian.com/.../Record_Link_Component.html
so ther is no way to link it without a record or a process?
There is.
You can play with the showWhen of two interfaces. On the click of link you can hide the grid and show the other interface by passing the current row identifier. But record link and summary view is the best option.
https://docs.appian.com/suite/help/23.2/recipe-use-links-in-a-grid-to-show-more-details-and-edit-data.html