Hi all,
I wanted to get some comments on what I’m doing wrong…
I’m building a document upload function in my app and I’m using the Mulit-file Upload feature of Bubble.
As part of the workflow, I want to the app to display Repeating Group that shows the list the files uploaded. However, if there is no files uploaded, or if the user later on decided to remove all the files, the Repeating Group will be hidden.
I tried to use a Condition feature to evaluate whether the Multi-File Uploader has any thing in it. So I use the Condition expression “Multi-fileUploader fundDoc’s value is not empty”. which evaluates it to a “Yes/No”. From my standpoint, I think that basically asks Bubble “Does the multi-file uploader have any files uploaded?”
But Bubble doesn’t accept that expression.
May I ask why? Am I misunderstanding what “value is not empty” means?