Create File Resource: file_name & file_path

Hi! I'm just new to Xano, and stuck on an API flow for a File Upload.

I can't get my files to be saved in the database with their original name and path displayed, other fields like user_id, upload date translate fine though.

What's the correct way to configure the "Create File Resource" step? and the "add record in database" step?

I've tried al sorts of configurations, names, but cannot get this to work.

Help is much appreciated!

I'm using as Input: File Resource (file)

I've tried also:

file_name: {{uploaded_file.file_name}}

file_path: {{uploaded_file.file_path}}

1
2 replies