Iedere dag draait er een tiental dataflows op Exact Online. Allemaal doen ze het behalve de TransactionLinesIncremental
. Indien ik hem dan los ververs werkt het wel?
let
Bron = OData.Feed("https://bridge-online.cloud/acme-exact-online/odata4", null, [Implementation="2.0", ODataVersion=4, OmitValues=ODataOmitValues.Nulls, Headers=[Referer = "FLOW_EOL_TransactionLines" ], Timeout=#duration(0,4,0,0)]),
#"Navigatie 1" = Bron{[Name = "ExactOnlineREST.Incremental.TransactionLinesIncremental@eol", Signature = "table"]}[Data],
#"Rijen gefilterd" = Table.SelectRows(#"Navigatie 1", each ([FinancialYear] >= 2024))
in
#"Rijen gefilterd"
Wat kan hier aan de hand zijn?