Question:
Can I remove only a link’s source via scripts, with no need to change the other settings (in a table link, for example)?
Solution:
Yes, you can. To do so, access the desired script via AppBrowser and locate the object with the link, and also its Links collection. Then, select the property whose source you want to edit, then Source property, and attribute the path’s string.
Example:
Screen.Item("Text1").Links.Item("Value").Source = "Data.DemoTag01.Value"