Forum Discussion
Long time to ‘Refresh’ data for a dynamically generated data source
Hi mahoneypat : Thanks for your response.
The Api definition says it can take a max of 50 ids.
How do I now change my parameter and function to call the api? So far I have a parameter, 'Event Id' that is of type ‘text’ and I pass a sample value. Then I created a function on this parameter that I invoke on to create the details table dynamically.
Do I select List of values to create the parameter? Then how does the function know to send 50 different ids at a time?
Many thanks in advance.
Hi Anonymous,
You can't use query parameter to send a list of 50 values.
The option 'list of value' and 'query' mean the selection range of current value, it does not mean you can choose multiple values and send them at the same time.
I'd like to suggest you create a text type query parameter and input id list which concatenate with 'comma' delimiter.
Regards,
Xiaoxin Sheng