Hi,
I was wondering where I can get entity GUID values for custom entities or any others. Pretty much, I would like to get the GUID for the entity or any custom entity so I can do the one below per Microsoft Documentation.
{% assign account = entities.account['936DA01F-9ABD-4d9d-80C7-02AF85C822A8'] %} (this does work... I should get my own GUID)
Where I can get the GUID for my custom entity that I created?
{% assign customEntity= entities.mydummyEntity['????????????????????'] %}
If I can get the GUID, I will be able to pull other data.... I appreciate your help and thanks in advance.
Thank you,
Bill