Forum Discussion

MattTrollope's avatar
MattTrollope
Frequent Visitor
9 months ago
Solved

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...
  • GeraldGEmerick's avatar
    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.