A connector more reports every report put data in a different dataset

StefanoG
StefanoG Member
edited June 2022 in Connectors

Hi to all,

i wish to have a connector where every report make a call to a different endpoint of an API

so i wish that every report write the data in a different dataset.

I know how to build different report but I havent found the way to put the data of a report in a specific dataset and the data of another report in an another dataset.


Thanks


Stefano G.

Tagged:

Answers

  • The connectors write to only a single dataset based on how they've been architected. You'd need to set up one connector for each individual report.

    Alternatively you import all of them into a single dataset and then filter for the report you need out of that dataset. You could also apply PDP to the dataset to restrict which reports are visible to which user.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • Thanks