I'm trying to prototype a download section of a client website that contains a long list of files from which users should be able to select and download multiple files at a time.
When the first file is selected, a small action bar appears at the bottom of the screen which counts the number of files selected. This action bar should disappear when the fileCount == 0, but the Conditional I've wrote doesn't seem to be working.
I'm also using string variables and a Conditional in an attempt to change the string 'files selected' to 'file selected' whenever fileCount == 1. Again though, I can't seem to get this working, at least not consistently anyway.
I've attached a video walking you through my current set up and I've created a separate test file I'd be happy to give edit access to for anybody that wants to take a closer look. Any help would be much appreciated!