We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b14fdf commit 08c0360Copy full SHA for 08c0360
README.md
@@ -181,7 +181,7 @@ const dynamicsWebApi = new DynamicsWebApi({
181
182
try{
183
//call any function
184
- const reponse = await dynamicsWebApi.executeUnboundFunction('WhoAmI');
+ const response = await dynamicsWebApi.executeUnboundFunction('WhoAmI');
185
console.log(`Hello Dynamics 365! My id is: ${response.UserId}`);
186
}
187
catch (error){
0 commit comments