Re: SharePoint Item Lookup
I think I identified why this isn't working. I am using an Exchange calendar GUID from a calendar item modification action in a flow that I then wanted to use as a variable to query a SharePoint list for an item that contains the same Exchange GUID (that is written to that item based on the modification of that SharePoint item that triggers a Nintex Workflow to create a Calendar Item through an Office 365 exchange connector. The difference is how those GUID's are represented:
AAMkADJiZThiNzAwLTU5MjktNDg4ZS1hZGNkLTVlMDAwMWRjMzlhMABGAAAAAAB88UgFY3peSI8P6uZROIsmBwDIj5a6gWq_S5jc3-Iz5-wBAAAAAAENAADIj5a6gWq_S5jc3-Iz5-wBAAFMQnNVAAA= (From the Flow Modification Action)
AAMkADJiZThiNzAwLTU5MjktNDg4ZS1hZGNkLTVlMDAwMWRjMzlhMABGAAAAAAB88UgFY3peSI8P6uZROIsmBwDIj5a6gWq+S5jc3/Iz5/wBAAAAAAENAADIj5a6gWq+S5jc3/Iz5/wBAAFMQnNVAAA= (From the Nintex Action)
How can I get these two in sync - is there a way to parse the string and replace the "/" character with "-"?