• Http Post 2.0 gives is not a valid URI error

    Hello, Im trying to method Post json request but Im gettng this error: exception=java.lang.IllegalArgumentException: the value 'xxx' is not a valid URI. So I guessed that you have to encode the URL. So I'm using the URL Encoder operation. My question…
  • Input JSON as input via REST API to OO

    Hello all, I can't figure out what I'm doing wrong, I want a very simple thing and that is to pass JSON to input variable, the flow currently does nothing just take the variable and display it. { "flowUuid": "3368f425-b95b-4674-b69c-582246ee93af…
  • Sharepoint REST api

    I am looking for a way to interact with an on-prem Sharepoint environment via its REST api. Most/all information on the WWW around this topic seems to orbit around an Azure instance of Sharepoint (e.g.). Our setup is a full on-premises one. Any pointers…