Forum Discussion
MattTrollope
10 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...
- 10 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.
MattTrollope
10 months agoFrequent Visitor
Thank you for your reply, I will proceed in this way.
I'm thinking my main issue will be automatically invoking the Get Data process for the new API requests when they exist, but am hoping this might be covererd in the subsequent reply from v-hashadapu.
Matt Trollope