Skip to main content
Question

Error exporting from Figma and importing to Windev

  • July 25, 2024
  • 5 replies
  • 130 views

Mari_Ducasse

Hi everyone,

Please advise, I’m trying to import a Figma design on Windev.
This error keeps popping up. The token has been entered and is valid.

Any tips or tricks on how to resolve this please?

Thanks in advance

This topic has been closed for replies.

5 replies

Celine_
Figmate
  • Community Support
  • 4037 replies
  • August 20, 2024

Hey there!
I understand how this can be inconvenient. Windev is not something Figma supports, I think their support team will be in a better position to help you.
On my end, I find a guide from Windev that may help you:

PC SOFT online documentation

Other community folks may have some other tips or methods they can provide. I’ll leave the convo open in the meantime! 🙂


elaa.assist
  • 1 reply
  • August 28, 2024

Hi, i’m having the same issue, have you solved the problem?


Mari_Ducasse
  • Author
  • 2 replies
  • August 29, 2024

Hi, make sure that your URL is correct.
It won’t work with https:/www.Figma.com/design/ , it needs to be https:/www.Figma.com/file/

Just replace “design” with “file”

Not sure whether that’s always the case, but it worked for us, so it’s worth giving it a try


Mari_Ducasse
  • Author
  • 2 replies
  • August 29, 2024

Thanks for the feedback!


david.lievre

Yes, there is a recent change in Figma url and WINDEV can’t manage this correctly.
So you can change URL like @Mari_Ducasse say : change /design/ to /file/

You can also use document id directly :

Example : for https://www.figma.com/design/ZZZZZZZZZZZZZZZZZZZZZ/Untitles-
use only the ZZZZZZZZZZZZZZZZZZZZZ part in WINDEV import field