Skip to main content
John_Shum
March 10, 2021
Solved

Saving variables from Figma user input to external api call

  • March 10, 2021
  • 4 replies
  • 1179 views

I’m wondering if there’s a way to collect user inputs by creating a form inside of Figma to send to an external system to save these variables.

For example, collecting a name inside of Figma, then sending it to a Google Sheet. I’ve seen it work the other way.

This topic has been closed for replies.
Best answer by Gleb

Yes, you just need to pass this data from the plugin backend code to the iframe and make a regular network request from there.

4 replies

Gleb
GlebAnswer
Power Member
March 10, 2021

Yes, you just need to pass this data from the plugin backend code to the iframe and make a regular network request from there.

John_Shum
John_ShumAuthor
March 10, 2021

Great - ty for cluing me in on where to start!

Goliath
New Member
December 12, 2023

@Gleb do you know how this can be done in presentation mode? Or does it only work in the editor?

Gleb
Power Member
December 13, 2023

Plugins don’t work in presentation mode and can’t interact with it in any way.