You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
in new version of the extension, ctxTextSelection don't take any value. in the previous version of this extension, workflow runs well but with new update it breaks.
To Reproduce
Steps to reproduce the behavior:
Go to any website
select a text on a text
click right on the text and run the workflow
See error
Expected behavior
when you run the workflow, by clicking on the block that uses ctxTextSelection, it should be replaced with actual value, but it doesn't.
Desktop (please complete the following information):
OS: Windows
Browser: Chrome
Extension Version: 1.29.3
Additional context
I cant see any changes on the github relative to this update and I don't know if you really meant to push this version to chrome extension market
or not. but after all your extension is good and I enjoy using it.
The text was updated successfully, but these errors were encountered:
Describe the bug
in new version of the extension, ctxTextSelection don't take any value. in the previous version of this extension, workflow runs well but with new update it breaks.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
when you run the workflow, by clicking on the block that uses ctxTextSelection, it should be replaced with actual value, but it doesn't.
"replacedValue": {
"{{variables@$ctxTextSelection}}": "{{variables@$ctxTextSelection}}"
},
Screenshots

error:
success (last version):

Desktop (please complete the following information):
Additional context
I cant see any changes on the github relative to this update and I don't know if you really meant to push this version to chrome extension market
or not. but after all your extension is good and I enjoy using it.
The text was updated successfully, but these errors were encountered: