Search results

  1. A

    Concatenate strings and variables

    it is now working, without the use of lv or v or gv. Nothing is supposed to be used. Working code { "name": "{call_number}" }
  2. A

    Concatenate strings and variables

    UPDATE:- I checked on the server side using tcpdump The data is being passed as it is and nothing is being updated in the variable From server logs: { "name": "{v=call_number}" }
  3. A

    Concatenate strings and variables

    Tested still there is some error, is there a way to see the output? The string now looks like this:- { "name": "{v=call_number}" } is there a way to see the output of this, this is breaking json.
  4. A

    Concatenate strings and variables

    Thanks for your suggestion, something changed but not sure what, my error code from the server changed from success 200 to 400 that is invalid format, is there a way to have debug logs and see what output is being passed onto http? I tried both lv and gv, same error. I am using call_number variable
  5. A

    Concatenate strings and variables

    Dear Developers, Please point to documentation as to how a string which contains " signs can be concatenated with a variable in your Macrodroid software. I am trying to pass json values via http request, and wish to pass some values stored in a variable as part of the JSON request, but the...
Top