Attach file to... not working

Hey,

I am nearly ready to launch an app, but attaching the files to an property of an view data type doesn’t work like in Matt Nearys tutorial (https://www.youtube.com/watch?v=hw6Y2V7ymTs). So I tested it with changing the profile picture of an account and that doesn’t work either. I’ve set up another app to test it, but there it doesn’t work too (here is a link to it: TEST | Bubble Editor ). Please help me, I can’t find the error.

Regards,

Moritz

hey moritz,

if it’s not working even in a fresh test app, it’s probably not your data structure.

first check if the file picker is actually returning a value temporarily display its value/URL to see if something is being selected. if that’s empty, the issue is before the save step.

if it is returning a value, then it’s usually either the workflow updating the wrong thing (or something not created yet), or privacy rules blocking the change.

since even the profile picture test isn’t saving, I’d double-check those two first.

1 Like

Gimme a sec. Lemme see if I can help out bro

So from what I saw, I doubt you can directly attach it to current user. I mean the file beimg uploaded. I guess it has to be a new datatype, and before the action is to be triggered, an attached file has to be referenced too.At least according to Matt’s video. And I saw some not so correct workflows and expressions.

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