So when a user clicks on the attachment icon it will display a bottom sheet with 3 options (image, video, camera)
Based on what they choose, I want to use the "upload media to firebase action".
But I am facing an issue with not being able to have multiple upload action in the same node, even though only one will execute based on the conditional logic (if statement) as shown below.
Would love any assistance/explanation if possible, thanks!