Relationship between file and object

Hello everyone,

Is there a way to create a relationship between a file uploaded and an object in my data table? For instance in my app when the user creates or saves a new object there are many properties and all of those properties are saved. I created a new page that recalls these properties when prompted. On the save page there is an upload file button. I would like to create a relationship between the file uploaded on that page and the new object created so that when the object is recalled on the other page, the file (in this case a video) is there and can be played. Thanks for any help.

Hello,

This video should answer your question:

Regards,
Mark

Thank you so much! This worked and I got the video to play on the recall page. Thanks again.