Hide UI for 1T CSV Uploader Plugin

This is one of the best plugin I’ve ever used, thanks to @eli

My main issue is the UI since users will upload 30+ columns and don’t want to scroll all the way to the bottom to upload the file. Since there’s an option to automatically match the values, I want to hide the UI for mapping. Is there any way to do this?

1 Like

@yamada.shoji99 Thanks for the kind words! I definitely want to add a way to hide the UI but haven’t gotten around to it yet though I do have a prototype built. Hopefully soon :slight_smile:

3 Likes

My workaround for this has been to use a scroll to an element step in a workflow once the CSV has been uploaded. You can put an element directly underneath your CSV uploader, then use this workflow action to scroll to it (offset by a few pixels), so the end user can still see the button to start processing the CSVs.

This topic was automatically closed after 70 days. New replies are no longer allowed.