Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Button does not save the variables when triggering a workflow in a custom extension #1705

Open
jlopez994 opened this issue Apr 26, 2024 · 0 comments

Comments

@jlopez994
Copy link

jlopez994 commented Apr 26, 2024

Describe the bug
I try to set some variables in the workflow context (inside the button component) but it doesn't save this changes.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://www.automa.site/extensions and go to Customize section
  2. Create a button
  3. Add a click event handler and set it to run a workflow
  4. Change the options value to something like this: { "variables": { "test": 1 } }
  5. Click on another part the page in order to hide the component view
  6. Click on the button component and check the options.

Expected behavior
The options should be saved when it changes.

Screenshots
If applicable, add screenshots to help explain your problem.

Setting a value...
image

After reopening...
image

Desktop (please complete the following information):

  • OS: [e.g. Windows] Windows 11
  • Browser: [e.g. Google Chrome] Brave
  • Extension Version: [e.g. v0.12.0] N/A

Additional context
Add any other context about the problem here.

@jlopez994 jlopez994 changed the title Button not working as expected when triggering a workflow with custom variables/globaldata in a extension Button not working as expected when triggering a workflow with custom variables in custom extension Apr 27, 2024
@jlopez994 jlopez994 changed the title Button not working as expected when triggering a workflow with custom variables in custom extension Button not working as expected when triggering a workflow with custom variables in my extension Apr 27, 2024
@jlopez994 jlopez994 changed the title Button not working as expected when triggering a workflow with custom variables in my extension Button does not save custom variables when triggering a workflow in my extension Apr 27, 2024
@jlopez994 jlopez994 changed the title Button does not save custom variables when triggering a workflow in my extension Button does not save the variables when triggering a workflow in a custom extension Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant