Hi,
I would like to know if there's a way to "fill" the in() function with values with user's input?
Basically, the user needs to search for candidates based on experience(min=1, max=6). To achieve that, the user runs a query and he's been asked how many experiences he's looking for. Depending on the answer(1 to 6), the system goes in a switch case and then "fill" the in() with dynamic values.
Is this possible?
Sincerely,
I would like to know if there's a way to "fill" the in() function with values with user's input?
Basically, the user needs to search for candidates based on experience(min=1, max=6). To achieve that, the user runs a query and he's been asked how many experiences he's looking for. Depending on the answer(1 to 6), the system goes in a switch case and then "fill" the in() with dynamic values.
Is this possible?
Sincerely,