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
console.error("Failed to parse dataMapping:",error);
51
+
return[];
52
+
}
53
+
},[dataMapping]);
54
+
55
+
useDebounce(
56
+
()=>{
57
+
if(!customContextInputs)return;
58
+
setCustomContext(customContextInputs);
59
+
},
60
+
300,
61
+
[customContextInputs]
62
+
);
63
+
64
+
returnrequiredVariables.length ? (
65
+
<Container>
66
+
<WithHelpTooltiptooltipMsg="These are additional variables required by the data mapping to be passed as initial context. Please ignore the variables that will come from the result of the preceeding data mappings">
0 commit comments