Timeline for How to Auto-Select a Gallery item in a Canvas app based on item's ID
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 26, 2024 at 9:22 | vote | accept | Quilly | ||
| Apr 26, 2024 at 5:13 | comment | added | Ganesh Sanap - MVP | Great, glad it worked for you! I have added this as an answer below with detailed explanation. | |
| Apr 26, 2024 at 5:13 | answer | added | Ganesh Sanap - MVP | timeline score: 1 | |
| Apr 26, 2024 at 5:06 | history | edited | Ganesh Sanap - MVP | CC BY-SA 4.0 | added 11 characters in body; edited tags |
| Apr 25, 2024 at 20:54 | comment | added | Quilly | This worked perfectly. Thanks! | |
| Apr 25, 2024 at 18:59 | comment | added | Ganesh Sanap - MVP | Why don't you navigate user directly to 'form' screen instead of 'gallery' screen? Use formula like: If(!IsBlank(Param("ID")),LookUp(Contracts,ID = Param("ID")),Gallery1_1.Selected). Convert ID param in LookUp function to 'Number' type if needed. Let me know if this works for you. | |
| Apr 25, 2024 at 15:19 | history | asked | Quilly | CC BY-SA 4.0 |