Hi !
I'm new here. Even so I have background in database, data analysis and reporting in different client tools, I'm unable to use the MAPFLAT formula and I really did not find any tutorial or step-by-step to guide me.
Please, if someone could give some directions, I would really appreciate it.
My scenario
I need to connect to REST API, using a GET method to obtain a JSON file with pagination. Each call/page brings me 100 itens. The webservice has a fixed number up to 200 pages.
My URL for the query is: https://bling.com.br/b/Api/v2/notasfiscais/page=1/json&apikey= xxxxxxxxxxx
After create my static connection, I created a variable in Klip with the name page. Then I created a dynamic connection, using this URL https://bling.com.br/b/Api/v2/notasfiscais/page={props.page}/json&apikey=
I tried to create a MAPFLAT formula in the KLIP but I did not succeed. What should I do to loop all 200 pages and generate a single file in Klipfolio.
Does anybody knows why it is done in the Klip Enviroment not in connection or modelling tiers?
Thank you very much,
M.Penner