Can't make Upload File work. In need of an example. #294
-
Hi. I can't seem to make Upload File work. I've made sure to allow the extension to use my files, and I've also tried following the Google Translate example put out in the Marketplace. I couldn't make that work either. Maybe it's just me not understanding how to properly input the selector and the path. Could someone please help me out a bit? Edit: This is the website I'm trying to figure the input field Selector from. https://cloudconvert.com/txt-to-doc |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
To see how to input the selector and the file path on the upload file block, you can open Automa docs. And for the selector try To upload a file to cloudconvert.com try below workflow (replace And if the workflow not working, try to check its logs to see if there's an error or not. |
Beta Was this translation helpful? Give feedback.
To see how to input the selector and the file path on the upload file block, you can open Automa docs. And for the selector try
input[type="file"]
.To upload a file to cloudconvert.com try below workflow (replace
.txt
to.json
and import it)cloudconvert.txt
And if the workflow not working, try to check its logs to see if there's an error or not.