Powerapps throws the formula error (expected operator) while using the flow function (Bot.run, where bot is the name of the flow)
It is not accepting the Knowledge base ID and shows syntax error. PFB the attached screenshot. The flow is working normally when tested in portal.
Suggest a solution or work around.
Solved! Go to Solution.
Hi @RahulSiddharth ,
If the Knowledge base ID field requires the GUID, please try to converts a GUID string to a GUID value via GUID() function.
Collect(chat, Bot.Run(GUID("...."), TextInput1.Text)
Hope this helps.
Sik
Hi @RahulSiddharth ,
If the Knowledge base ID field requires the GUID, please try to converts a GUID string to a GUID value via GUID() function.
Collect(chat, Bot.Run(GUID("...."), TextInput1.Text)
Hope this helps.
Sik
User | Count |
---|---|
174 | |
115 | |
86 | |
44 | |
41 |
User | Count |
---|---|
238 | |
150 | |
132 | |
77 | |
73 |