My first use case for this would be using Google Sheets Forms to collect information (e.g. from job applicants), and automatically importing the info into new entities for a Fibery applicant screening workflow.
Or is there already a way to do something like this?
Hey, Matt!
Your request is noted
To make it more clear
we plan to implement Fibery Forms
currently weâre working on some big things and improvements, so canât say anything about eta. But after those big things will be finished I sincerely hope that Forms will be implemented. (not a promise, but a hope!)
Zapier can work for this case instead of integromat It will be even free, as this one will be very simple. If you want - I can record a video of how it works!
Btw, what else are you missing from Google Sheets? (almost sure we wonât add such integration, so curious to know how can we improve Fibery )
Thanks Polina - my main desire for Sheets integration is that there are many, many data sources we use in my company that are in Sheets, so it would simplify data integration for a lot of different cases, and make it easier to transition to using Fibery as a replacement for many existing functions.
I will look at the Zapier integration as a possibility.
Is there any possibility that we can write our own Fibery Integrations? I suppose we could essentially accomplish it just with some scripting and web hooks. I can write Apps Script for Google Sheets, so I could probably make that work. I know there are a lot of Fibery users who would use it
Thanks for feedback. We already implemented the possibility to add custom integrations, but it is hidden for now. We need to complete documentation and add some extra examples. Will be available in nearest future.
There is no native support for GSheet integration/sync into Fibery.
Itâs possible that other community members have experience with developing a custom integration, but Iâve not heard much.
Otherwise, your only options are CSV import (or using report view to create analytics if thatâs all you need).
Is there by now a way to pull Google Sheets data into a database without a custom integration? I know for reports I can pull the data, but I would like to add them to a database.
You donât need a Custom Integration, but you do need to do it manually with some Javascript.
Create an âexportâ link for your Google sheet (File > Share > Publish to Web > Link). You can export a single tab or all tabs in the sheet.
In your Fibery script use http.getAsync() to read your exported sheet and process it accordingly.
I believe the only way this will work is if your exported Sheets link is publicly accessible, but only someone who has the URL will be able to access it.
Iâd be much obliged for any tips on what that JS code should actually be?
Lastly, @Chr1sG, having to publish the spreadsheet is not good. In this case, itâs a member database, so Ideally I wouldnât want to have it publicly available even through an obscure URL. Instead, I rather give Fibery access to my Google Drive, like when making a report.
Thanks again!
[1] Horrible dev stack and debugging + weak typing + horrible documentation + random (browser) side-effects => mess
Wheee, scripting hell is probably what I do deserve.
Donât get me wrong, @Matt_Blais, I very much appreciate your help.
But I reaaaaaaaaaaally wish Fibery would solve this natively. Especially as reports can import Google Sheets.
Agreed! Although the native Fibery forms now largely replace the usefulness of Google Forms (as per the original request here), I still think there is a significant benefit to connecting with Google Sheets as a data source for migration to a more full database setup in Fibery. This is particularly important as Fibery lacks any good support for spreadsheet-like functionality in non-database tables, and very, very often I find that a full database is far too âheavyâ of a solution for some data I want to quickly summarize, run quick calculations on, etc. That kind of work is still perfect for Google Sheets, but then some of it eventually turns into something I do want to do more extensive database operations on, and then moving it into Fibery would be ideal. I talk about this broader concept in a more forward-looking way here and outline some of the needs and benefits:
And all of that of course doesnât even account for the many, many other tools already integrated with Google Sheets, for which GSheets could then become an intermediary for getting data to Fibery. It seems like on that basis alone itâs a high value thing to implement. As you say Reports already connect, and since itâs all just basic tabular data it seems like it should be fairly trivial to connect with. Why not Fibery team? Why not.
Although Google Sheets is âjust tabular dataâ there is quite a lot of complexity to consider, for example:
assuming that each column in a sheet should be matched to a field in Fibery, how can Fibery know what datatype each column of data represents (is it a date, a number (integer/decimal), select fieldâŚ)?
following on from that, how could Fibery adapt if the content of a cell changed such that it was no longer a supported value for that data type? In other words, if the sheet has a column of numbers, Fibery might âintelligentlyâ sync these as a number field, but then what should happen if one of the cells is edited to become a string of letters?
what should happen if the user adds more columns? should Fibery automatically add new fields?
what should happen if columns are deleted or reordered in the sheet? How does Fibery recognise this (as opposed to perceiving it as changes to the field types and values)?
what should happen if rows are deleted/reordered in the sheet? Is it to be expected that Fibery somehow intelligently compares before and after, in order to recognise that the data that was in row 1 (which was entity 1) is now in row 10 (but should still be identifiable as entity 1).
sheets are (almost) unlimited in the number of possible columns. Fibery databases are limited in the number of possible fields. Should the sheet data be truncated?
My guess is that different people might have different answers to these questions.
For example, some people might be happy for everything to simply be synced into Fibery as a text field (which is the most flexible/accommodating datatype) whereas others might require numbers to be synced as numbers.
Some might even just want to have a Google sheet embedded into a Fibery document, which is already possible
Overall, although the use case âSync Google sheets into Fiberyâ sounds like something a lot of users might have, in practical terms, it might actually be dozens of slightly different use cases, which typically makes for v difficult implementation.
Fair points and well articulated! As with many things of this type my approach would generally be to not bother trying to answer all those questions for everyone, but simply to answer them internally for whatever has the most consensus then do an MVP (Minimum Viable âProductâ, not Most Valuable Player, of course ). Similar to what was done with the AI stuff in last Decemberâs âslow timeâ, which of course turned into much more because it proved its value. (in fact perhaps this could be someoneâs âslow Decemberâ project, if they feel so inclinedâŚ)
The truth is that with many things we can (and often do!) speculate a lot about what people might want or what differences of opinion there might be, but the best way to find out is to release it to users and see how much of an uproar you get. This is not a good approach for all companies, but for Fibery IMHO it really, really is for the following surely compelling reasons :
Fibery dev and release already works this way. Thatâs really all I should need to say, but Iâll say more.
Fibery has many things that are implemented only âpartiallyâ (depending on use case/user perspective/needs), or work only partly well, or are far less sophisticated than many users would like them to be (e.g. very limited bi-directional integration support, the until-recently very limited Tables View, Whiteboard, etc, etc.)
Many of these things are âgood enoughâ to continue existing despite their limitations and still contribute significant value to the platform
There is already an existing mechanism for experiments, some of which do not become permanent
Using this mechanism (most of the time), Fibery has already released things, some of them significant (e.g. nav experiments), that it later removed/changed
Furthermore the existing user base is comparatively small, so even if some experiment has negative results it affects a small number of people
Fibery has not found true market fit, adoption is still slow and unclear (according to latest monthly progress update), and this has been the case for years now, so more changes probably need to be added/tested
Google Sheets embed is complimentary to a Fibery sync IMO, especially if the sync is bi-directional. I would love to be able to sync some Fibery data out to a GSheet and run some quick, ad-hoc calculations on it! I donât expect per-entity calculation fields or Ad hoc formulas in views to be added soon, or even this request that Michael said would be considered:
So short of those, this would add most of the benefits of that in some sense, and complement existing functions like embed, reports, etc. that already work with GSheetsâŚ
If you need suggestions for specific answers to any of the above questions and more Iâm happy to think through the practicals of an MVP!
At the moment, I have yet to actually read a single well-defined use case* so for any MVP it feels like weâre a long way from âconsensusâ
*apart from form submission and embedding, which are both solved
But actually, I feel like itâs a square peg-round hole thing. If someone said they wanted to sync Word with PowerPoint Iâd be similarly confused about what that could mean.
I can work on use cases if the potential implementation will actually be taken seriously as a possibility for some relatively near future. Otherwise, not to be dickish, but I donât think I want to invest the time to specify and articulate them for likely little tangible benefit to anyone. @Matt_Blais did you have any other specific use cases top of mind besides the now-solved form input one?
The bottom line as I see it is that GSheets is a useful way to have more âlooseâ data, ad-hoc calculations, etc., but it is almost inevitable (in my experience) that at least some of that data starts to become more âfirmâ, and eventually often needs a more formal solution (e.g. Fibery). I suppose at that point I can just do a one-time CSV import, but then I lose the benefit of GSheets and it makes it much more consequential and thus unfortunately disinclines me from using Fibery more (i.e. I have to be more certain that I need the Fibery formality and âheavinessâ and willing to let go of the flexibility, which makes the bar higher). The easier you make it to work between Fibery and other tools, the more toeholds I think youâll get in multiple markets.
Cool, great, I agree!.. How?
And let me add to that: even if we can both agree there is a more optimal way to solve it, again I am talking here about what I still think is relatively âlow hanging fruitâ for a GSheets integration. And I strongly suspect that any more optimal solution is going to take a good deal more time and effort to provide vs. this. But I could be dramatically incorrect. Perhaps you have good suggestions for how to do what I want to do with already existing functions, or perhaps I am wrong and GSheets integration - even in MVP form - is very hard, or perhaps⌠something else.