Forum Discussion
MattTrollope
9 months agoFrequent Visitor
Creating and triggering a Get Data url dynamically for an API request
Hi I'm bringing data from the TMetric time recording software into BI using a custom API connector I've created. One of the API requests returns data for users' time entry data when their ID is sent...
- 9 months ago
MattTrollope You could put the list of user ids in a table and then iterate over that list with a function that passes in the user id and builds the URL dynamically.
GeraldGEmerick
9 months agoSuper User
MattTrollope You could put the list of user ids in a table and then iterate over that list with a function that passes in the user id and builds the URL dynamically.