Image analyse workflow issue

Hi everyone
I am building an app where a photo needs to be uploaded and analyzed. Regarding the workflow, I have created a photo record with the uploaded image however I struggle to link the photo record to the current user, do you know how can I add the photo record that I have created on the workflow to the “uploaded photo field “ of the user data type ( as described in the picture of the bubble guide I use to build my app )

Thanks in advance for your support :slight_smile:

In your file uploader, make the photo private and attach it to the user, then in the workflow make sure to set the photo record field on the user to that file.

This topic was automatically closed after 70 days. New replies are no longer allowed.