I am trying a little bit on a Model Driven App and now I am facing a challenge with Patch(). I create a new button; via this button I can copy a record with Patch(Source; Record;...). If I have a text field, I can copy the value with e.g. 'Process Name': Self.Selected.Item.'Process Name'. If I want to update a Choice field I get that with: Discussed: Discussed.'Not yet discussed'.
But what do I use for relationships? The following gives me nothing:
Notify("Third party provider: " & Self.Selected.Item.Third party provider.Third party systems);;
Notify("Third party provider: " & Text(Self.Selected.Item.Third party provider.Name));; Notify("Third Party Provider: " & Self.Selected.Item.Third Party Provider.Third Party Systems).Name;;
GUID doesn't help me either. Somehow I have a thought error here. How do I get a Relationship copied?
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.