Forum Discussion
Take data from api with automatique loop
- Anonymous5 years ago
I don't need this list union 😮
I just missed to add this line on the GetUrlJson = GetJson(Url),Thank you for yours help 🙂
When I do what you say I just have my address list that I want to request which it doesn't do.
Best regards
my suggestion was related to the error you reported. I have not read and understood the meaning and purpose of your code to give a complete answer (I don't have time to do such a thing).
I only saw that you improperly used the list.union function and suggested that you exclude it to get a correct but incomplete result.
<<can't convert the value "https://ecofac.nicoka..." in type list.>>
I'm sorry if the suggestion is not enough to completely solve your problem.
- Anonymous5 years agoNot applicable
Yeah, I think I have to use a list.union to request my whole list to get all the data.
But this line doesn't actually work.- Anonymous5 years agoNot applicable
this is more or less what list.union can do:
https://docs.microsoft.com/it-it/powerquery-m/list-union
- Anonymous5 years agoNot applicable
I don't need this list union 😮
I just missed to add this line on the GetUrlJson = GetJson(Url),Thank you for yours help 🙂