Hello all, I have a question regarding uploading files to supabase storage. I’m sure it’s something simple but I’m unable to access the response from the file upload. I’ve attached a couple of screenshots. Essentially, I want to upload a file and then create a row in the database but only if the file upload is successful. I’m not sure how to do this in the interaction editor as the $steps.[previousStepResult] returns undefined.
Thanks
Just answering my own question, I’ve worked it out. It doesn’t show up in the Select Data table but there is a .path key attached to the upload file object, even though it says undefined. Also, when you search for image url based on path it can be accessed on the .signedUrl key
I have the same issue and yes its solved with the .path key but how did you find the key itself? how can I see these hidden variables or keys as you called them.