Added expandWindow button and actionList in UserInput and added parent node name change feature in that

This commit is contained in:
monilprajapati
2024-07-17 15:46:46 +05:30
parent 0c035b6ac7
commit 65482fc757
2 changed files with 360 additions and 2 deletions
+1 -1
View File
@@ -1899,7 +1899,7 @@ const ParsedAction = (props) => {
for (let [subkey, subkeyval] in Object.entries(params)) {
const param = workflow.triggers[key].parameters[subkey];
if(param.name === "argument"){
if(param.name === "argument" || param.name === "alertinfo"){
if (!param.value.includes("$")) {
continue
}