Replies: 1 comment
-
|
If( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
My data has a hyperlink in one column. If I first select a row, and THEN click the hyperlink in that row, it launches fine. However, if I don't select the row first, and just click the hyperlink, it doesn't do anything. Or if I select a different row, and then click the link, the link launched is from the selected row, not the one I clicked the link on. I assume it's because i'm using Launch(Self.Selected.hyperlink) and it's not Selected until it IS selected.
Is there a way to automatically select the applicable row once clicking the hyperlink in that row, prior to launching Self.Selected.hyperlink?
Beta Was this translation helpful? Give feedback.
All reactions