AutomaApp / automa

A browser extension for automating your browser by connecting blocks
https://www.automa.site
Other
10.72k stars 1.09k forks source link

Variables can't be passed through trigger URL #1742

Open zyblog123 opened 1 month ago

zyblog123 commented 1 month ago

Describe the bug I want to execute Automa workflow with variables through an URL. And I attempted to use {{variables.variableA}} to access the variable but failed. chrome-extension://infppggnoaenmfagbfknfkancpbljcca/execute.html#/uZhm-lJyEbObBs3URyWJ_?variableA=value&variableB=10

To Reproduce Steps to reproduce the behavior:

  1. Create a workflow which will access some variables.
  2. Execute it with variables through an URL.
  3. The variables can't be accessed.

Expected behavior The variables should be passed.

Desktop (please complete the following information):

BenJamesAndo commented 1 week ago

I was having a similar issue. It doesn't seem to be properly functional. I've mentioned the bug and a limited workaround at https://github.com/AutomaApp/automa/issues/1607#issuecomment-2174926746

Banalian commented 4 days ago

I also encounter this. With debut mode I can see that there's no variables setup, the workaround suggested doesn't work for me this I need to use letters as the arguments.