Forum Discussion
Anonymous
2 years agoNot applicable
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...
lbendlin
2 years agoSuper User
[RelativePath = "checkout/sessions/" & _ & "/line_items"]
What do you think the _ represents?