Skip to main content
kavyam0002
September 30, 2022
Question

selected value

  • September 30, 2022
  • 3 replies
  • 0 views

Hi 

my question is can we store the values in local variables- yes we can, but can we select those values which are stored in local variable and get data from db? 

so these values want to store in local variable 

this is selectable row can get the data by selecting the row with that row data which is stored in local variable?

    3 replies

    csteward
    September 30, 2022

    Sure, simply fn!append() the local variable to the data retrieved from the DB in your dropdown choices.  If you have any examples that are not working for you, feel free to share some code.

    Participating Frequently
    September 30, 2022

    Adding what chris said but dont forget to use union on the data you will be getting to get saved from the Error - Duplicate Values found in dropdown

    October 3, 2022

    Once you select the data and saved it into a local variable you can use the queryentity along with the queryfilter with IN Operator.