z1pti3 / jimiPlugin-script

Enables jimi to execute python scripts within flows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] - Cant set data[action] output from scriptBlock

u-n-i-c-o-rn opened this issue · comments

Cant set data[action] output from scriptBlock when I try it does not set get set as expected.

This is because action get set when the script completes and therefore is overwritten.

This is expected, script block can set all other elements of data but action will only ever contain rc and result