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

Imported Workflows have a new ID #1777

Open Banalian opened 4 days ago

Banalian commented 4 days ago

Describe the bug When either importing a workflow or restoring a backup, created workflow will have a new id instead of using the one saved in the .JSON file.

To Reproduce Steps to reproduce the behavior:

  1. export either a specific workflow or create a backup
  2. On another computer, either import the workflow or restore the backup
  3. Observe that the workflow Id changed compared to the one on the original computer

Expected behavior Since the ID is saved in the JSON file, I expected it to be the same when importing it.

Desktop (please complete the following information):

Additional context Same as #1776, was trying a workaround by sharing a backup, but the Autohotkey script would then not work because the workflow Id changed, and I can't just modify the script each time with the new id since I give the computer a packaged Autohotkey script which can't be modified