Is there a replacement for New-UDInputField in v3? Specifically, the switch for “type”. I need to allow my users to select a file (XLS) for upload. I watched an older video where Adam demonstrates selecting a CSV using New-UDInput and New-UDInputfiled -type CSV.
I realize v3 is still in beta, but was trying to do this project with v3 to get more familiar with it rather than sticking with 2.9.x as this one is going to take me a few months to complete.
Sorry for the bump, but was hoping for an answer to this.
I even tried to go back to 2.9.1 (beta5) and do the binaryFile input and its not working either.
I just downloaded the latest nightly build, but New-UDUpload doesn’t seem to be there.
The term ‘New-UDUpload’ is not recognized as the name of a cmdlet, function, script file, or operable program.
I double checked that I’m using the latest and that my project is pointing to it. I checked “dashboard.frameworks.ps1” to make sure I’m pointing at the correct directory.