I’ve not seen anyway to gain access to a table via the Web SDK, for example to create rows/add data, as well as read the data within the table structure. Is this the case? If not, is there any plan to implement it?
That’s currently the case in SDK V1 and V2. There is a wishlist on the feature roadmap here, and one wish In the SDK section that requests CRUD tables:
You can add your vote to that request.
Thanks
Is there not anyway to fetch certain data from a dynamic Excel table, and then implement it in an autogenerated table in Miro under specific formats ? For instance, say we have a table with five fruits, in five row. The columns pertain to the expiration date, production location and production company. Is there a way to integrate/create an app that would fetch this data and say create a fruit emoji, next to it a card with the relevant data.
Good question
If you’re trying to pull data from an external source into Miro, it’s possible with some custom development, likely using a combo of our REST API and Web SDK. But to clarify, we don’t have a native table building method in our SDK, so you would need to construct any table in Miro manually.
Generally, however, it’s certainly possible to import data into a Miro board using the methods in our REST API to add items to Miro as text, shapes, etc. And you can further manage those items on the board using the methods available in our Web SDK reference.
Good question
If you’re trying to pull data from an external source into Miro, it’s possible with some custom development, likely using a combo of our REST API and Web SDK. But to clarify, we don’t have a native table building method in our SDK, so you would need to construct any table in Miro manually.
Generally, however, it’s certainly possible to import data into a Miro board using the methods in our REST API to add items to Miro as text, shapes, etc. And you can further manage those items on the board using the methods available in our Web SDK reference.
Perfect ! Thank you !
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.