# FileMaker new Node-Red user

**URL:** https://discourse.nodered.org/t/filemaker-new-node-red-user/62042
**Category:** General
**Created:** [1 May 2022 21:01 UTC](https://discourse.nodered.org/t/filemaker-new-node-red-user/62042 "2022-05-01T21:01:11Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![cornevanbakel](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/cornevanbakel/32/60899_2.png) [@cornevanbakel](https://discourse.nodered.org/u/cornevanbakel)
#### Post date: [1 May 2022 21:01 UTC](https://discourse.nodered.org/t/filemaker-new-node-red-user/62042/1 "2022-05-01T21:01:11Z")

</div>

Hello all,

Apparently, I just can't grasp how to simply make a web hook, and whatever output that delivers, how to put that in a field in FileMaker. Ideally performing some FileMaker script after data is retrieved.

So I'd say I go from a HTTP IN node (Method POST) directly in a FileMaker Create Node. But if I learned correctly, I should first form the data (with the Function node) so that the FileMaker Create node can receive the data correctly.

Content of Function:

```auto
var fmpayload = {
    "MollieCallback": msg.payload
}

msg.payload.data = fmpayload

return msg;

```

What I try here, is to put all received data from msg.payload, to the "MollieCallback" field, on the specified layout what I entered as a string in the properties field of the FileMaker Create node.  
I get an error in the FileMaker Create Node that the Field is missing, although I though I specified it in the code?  
I'm not sure if (and why) I should use the JSON option at the Data field of the FileMaker Create node, with 'payload.data' entered, or use the 'msg.' option with 'payload.data' (see screenshots, a picture says more than this whole text)

 ![Screenshot 2022-05-01 at 22.59.14](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/9/3/93b4cf77f20f7022d4eb91ddbec3e74b8b9b7f8e.png)

 ![Screenshot 2022-05-01 at 22.59.29](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/3/4/341b443ce064d2bd032ebd5e71c95bfdd60e3528.png)

Hope you can shoot me in the right direction. Thanks!

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [30 June 2022 21:02 UTC](https://discourse.nodered.org/t/filemaker-new-node-red-user/62042/2 "2022-06-30T21:02:11Z")

</div>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
