Announcement
Collapse
No announcement yet.
Send HTTP Request payload formula function
Collapse
X
-
I tried, without success. Any example, please? Thanks emillod
-
Please create a separate topics. No need to hijacking a topic.
-
But it is on Workflows. What other way to use Notes? Only via Websockets?
Thanks for answering..
-
-
Originally posted by shef View Post
Is there some guide which shows how to use variables for such purpose? I couldn't find a way on my own to arrange with variables.
Is that possible?
Thanks
Leave a comment:
-
You can use a variable in a payload definition. The variable should be defined before in a script task (in the same BPM flowchart).
You can setup your workflow to run a BPM process. That process will be intended solely for HTTP request handling. In that process variables are set in a script task and then are used in the payload definition.
Leave a comment:
-
Not sure if this help: https://docs.espocrm.com/administration/bpm/
But some of those hyperlinks lead to a new page rather than section (hard to tell unless you hover over the URL).
Leave a comment:
-
Originally posted by Maximus View PostHi there,
You can't use Formula in the Payload field. Do you want to send date w/o time part (e.g. w/o 14:50)? As a workaround, you can create a new date type field and push the date from the
'dateStart' field to it by Workflow or Formula. After, use this field in Payload.
- Likes 1
Leave a comment:
-
Hi there,
You can't use Formula in the Payload field. Do you want to send date w/o time part (e.g. w/o 14:50)? As a workaround, you can create a new date type field and push the date from the
'dateStart' field to it by Workflow or Formula. After, use this field in Payload.
Leave a comment:
-
Send HTTP Request payload formula function
I am trying to use a formula function in payload field of the Send HTTP Request action workflow, but it's not working.
Code:{ "text":"Hello World", "fields":[ { "title":"Start", "value":"{date\format($dateStart)}" }, { "title":"End", "value":"{$dateEnd}" } ] }
Is it possible to achieve datetime formatting somehow in Send HTTP Request payload?Tags: None
Leave a comment: