Skip to main content

how to use the string value from an autoComplete box in a query?

Comments

2 comments

  • Daan Molleman

    Hi Majdoleen,

    I have done something similar to your workflow where the result value of an autocomplete box is used in a query.

    =`STATE_NAME = '${$form1.state.autoComplete1.value}'`

    I think the left part of the = sign should always be hardcoded.

    I am not sure if this is what you are looking for, but I hope it helps.

    Cheers, Daan

    1
  • Majdoleen Awadallah

    Hi Daan,

    I solved the issue and forgot to write the answer here, you are right, the problem was in the query with the left part!

    Thank you for your answer and help, really appreciate.

    Best

    Majdoleen

     

     

    0

Please sign in to leave a comment.