Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago

STRIPE API (REST) - How to get all line items from the sessions table bypassing the 10 row limit

I managed to get this far getting a table that shows product IDs and customers:     let Host = "https://api.stripe.com/v1", Source = Table.TransformColumns(Sessions, {"data.id", each Json...