Hi,
I want to use the Exchange Online Calendar Item action to send an invitation to an user. The action only accepts a dictionary variable so I did the following:
Build Dictionary action
Key
E-mail
Type
Text
Value
garthf@flora2013.onmicrosoft.com
I create a variable called WFAttendees as Output.
In the Exchange action I refer to this variable in the Required field.
The Calendar item is never send. I also tried to use the Send E-mail action but no result. I get the following error message in the workflow history:
RequestorId: 1f564215-0fc9-5302-0000-000000000000. Details: An unhandled exception occurred during the execution of the workflow instance. Exception details: System.InvalidOperationException: Looking up a value using a key is not supported on an instance of 'Microsoft.Activities.Dynamic.DynamicPrimitive'. at Microsoft.Activities.Dynamic.DynamicItem.TryGetValue(String key, DynamicItem& value) at Microsoft.Activities.Dynamic.DynamicValueBuilder.PathSegmentFactory.ObjectPathSegment.Get(DynamicItem obj) at Microsoft.Activities.GetDynamicValueProperty`1.Execute(CodeActivityContext context) at System.Activities.CodeActivity`1.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation) Exception from activity GetDynamicValueProperty<String> Sequence Sequence Check if Response has errors Sequence for Error Check if Response is valid Sequence DoWhile LiveRequestSequence NintexLive.WorkflowXaml_601fb0f7_2f52_4a56_8b0d_54eed6053a31 NintexLiveWrapper4c1e9e31770f4d2884ed8f5616917865 Sequence Parallel Block Sequence Flowchart New presentation.WorkflowXaml_8ed80bc6_c76f_4fa9_a4be_37b2921d30ac
What am I doing wrong?
Thanks so much for the help!