Forum Discussion

JayJay11's avatar
JayJay11
Resolver II
2 years ago
Solved

Problem with variables and dynamic API query

Hello all,   so I am trying to use OData with a specific URL to retrieve data from SAP HANA. The URL string that I want to send looks as the following:   $select=CompanyCode,AccountingDocument,Le...
  • JayJay11's avatar
    JayJay11
    2 years ago

    Again, this is not producing what I want, as it is adding things at the end of the string.

     

    I solved it like that:

     

    @concat('&$filter=PostingDate gt datetime''',substring(variables('vReferenceDateTime'), 0, 10), 'T00:00:00''')