Forum Discussion

Nicolai's avatar
Nicolai
Frequent Visitor
9 years ago
Solved

Debug variables in Advanced Editor

Hi,

I'm trying to setup some dynamic queries though the advanced editor, but I'm not sure my URL variable is getting the correct values.

Can I debug this in any way? Maybe do a log of the variable name somewhere?

Console.Log() or even alert()?

  • Anonymous's avatar
    Anonymous
    9 years ago

    Hi Nicolai,

     

    You can add a blank query to show the value of your variables.

     

    For example:

     

    let
         YourVariables= "abc"
    
    in
         YourVariables

     

     

    Regards,

    Xiaoxin Sheng

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Nicolai,

     

    You can add a blank query to show the value of your variables.

     

    For example:

     

    let
         YourVariables= "abc"
    
    in
         YourVariables

     

     

    Regards,

    Xiaoxin Sheng