List selection specific object when entering the page

0
  Hello, Is it possible to enter a page and have a specific object from a list selected. (not the first one) something like the image below (but instead of test project 1 to be selected, I want the test project 2 to be selected when I arrive on the page)       Thanks!
asked
2 answers
0

AFAIK it's not possible to select an item without a user action. There is a way around that I use sometimes, you would need a helper object with an association to items in your list. So when you 'select' a list item, the association between helper entity and the list entity is set. You can use dynamic classes to highlight the 'selected' list item in a specific way so that it looks selected.

You can use logic in a microflow to set the association before opening the page. 

answered
0

anyone can help?

answered