I want to create a link to access the version history. I have a TextNode with a hyperlink that has this information in it:
textNode.hyperlink = {
type: "URL",
value: "https://figma.com/file/{ID}/{NAME}?version-id={VERSION_ID}&node-id={NODE_ID}",
};
This works when clicking “open here instead” in the browser, but when opening the app, the link doesn’t work. The history doesn’t open at all.
Any help?