Does anyone know why I'm getting '
Does anyone know why I'm getting 'Undefined' back from a FS Document field? π
4 Replies
Hi @hawki, can you try changing REST API Call method to GET, as the Get Document expects and calls the method GET.
I gave that a go, but it doesn't work either. Could it be anything else?
If you test the node from node editor, is it working for you? Aslo, in the return node, if you change it to get document (variable)
I think it's working in the individual node, as shown attached. Looks like changing the return value to get Document worked. Thank you!