I’m trying to have a button show after 2 files are uploaded. I tried playing with conditions but doesn’t seem to work?
Let me know if you know a way to go about this?
I’m trying to have a button show after 2 files are uploaded. I tried playing with conditions but doesn’t seem to work?
Let me know if you know a way to go about this?
Create a data trigger backend flow that fires on the file field changing from empty to not empty
I think a condition on the button to say when fileuploader A and fileuploader Bs values are not empty, make the button visible should work.
This topic was automatically closed after 70 days. New replies are no longer allowed.