REST API POST Binding Problem #10946
-
Beta Was this translation helpful? Give feedback.
Answered by
avivkri
Jun 19, 2023
Replies: 1 comment 2 replies
-
Hey @hci-ikahera, Have you binded the fields you are using to post to the rest api on the execute query action? I've supplied an example of this to help you better understand below; If not could you supply a screenshot of how your execute query is setup? I hope this helps. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@hci-ikahera and @ConorWebb96,
I've faced this problem sometimes, what worked for me before was to remove the "Binding." prefix from the binding references.
Example: {{ idNotification }} instead of {{ Binding.idNotification }}