
After adding connection to a desktop flow there are some functions that can be used to execute desktop flow without creating cloud flow (not entirely true it will automatically create an cloud flow). It allows to write in on select property code as follows: ConnectionName.RunUIFlowV2(uiFlowId;RunMode) or ConnectionName.ExecuteDesktopUIFlow(uiFlowId;{RunMode;runPriority;trusted-access;schema})
The issue is whenever I try to execute it like this ConnectionName.RunUIFlowV2('FlowGUID';'attended') i get error "respons data isn't proper JASON object".
Is that something that can be done ? Does anyone have any documentation regarding those two functions (RunUIFlowV2, ExecuteDesktopUIFlow) ?
Please avoid comments like "use Run" function 🙂