We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b175c commit 57e71f2Copy full SHA for 57e71f2
1 file changed
src/uipath/runtime/context.py
@@ -341,6 +341,7 @@ def with_defaults(
341
# This is used for conversational fields which can be passed in through either inputs or config fpsProperties.
342
input_override_mappings = {
343
"uipath__conversation_id": "conversation_id",
344
+ "uipath__exchange_id": "exchange_id",
345
}
346
try:
347
input_dict = base.get_input()
0 commit comments