Legacy Dev Forum Posts

 View Only

Sign Up

Invoking Click Action from within Markdown script?

  • 1.  Invoking Click Action from within Markdown script?

    Posted 06-05-2025 19:15

    Jeff | 2023-10-13 03:39:14 UTC | #1

    Hi Team,

    I'm using the Markdown script to generate a table in the Script editor - and wondering if it's possible to trigger a 'Click Action' from a table value?

    The action would be similar to using the Link component and assigning a script action of either setting a variable, or running an action, etc - but from within the markdown script instead.

    For example, using the Link markdown script of Name - can an action/variable be set based on a specific URL call that's not listed in the documentation?

    | Heading | Action |
    | --- | --- |
    | First | [Value](action to trigger)  |
    | Second | [Value](action to trigger)  |

    Thanks, Jeff


    Artur_Dishunts | 2023-10-31 14:18:44 UTC | #2

    I see what do you mean and this is not possible using markdown. I created a table using containers that has fixed number of rows (i did 10 but you can do more if you want) . Each cell will have link and dynamic variable.


    Jeff | 2023-11-07 05:49:10 UTC | #3

    Thanks @Artur_Dishunts - I assumed this was the case and when down that path too of using containers.

    It just gets a bit tricky when trying to keep the same width/heights in line with the other opposing containers and was hoping the markdown would make it easier to have a 'real' table :)


    system | 2023-12-08 05:49:56 UTC | #4

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 22515