๐Ÿ†• Glide Plugins gallery with improved code column collection

Please check out: Glide โ€ข Plugins

This is just the column.sh collection, on glideapps.com with some more info.

I made some updates today that should make all column.sh code columns work much much better. Before there were some loading problems I had attributed to iOS 15, but they were the result of choices I made. Please test and let me know!

15 Likes

Theyโ€™re working way better now.

2 Likes

This is amazing @david. Fetch is still an issue, though.

Well, one of them just loaded. Progress!

1 Like

@Robert_Petitto fetch will always be an issue when used with APIs that do not allow it.

We were able to get the fetched Twilio number to work yesterday! Client was stoked โ€”

Loved all Plugins!

I believe the information that we have to use this links in Experimental Code is say the obvious, but we know more than ever that the obvious is necessary to say & repeat :grinning_face_with_smiling_eyes: and may have to be in this page

1 Like

Good update!

But there remains one problem with the result type.
E.g. for Hyperformula: Result declared as primitive and calculations are clearly Math with integers(for test: =10+20)

But when I use this column for Visibility or ITE, I have only string options (includes, etc.):

As a workaround, I have to fork code and change JSON declaring Result as Number.
But itโ€™s not an option for usual users of Glide.

3 Likes

@Maxim_KM

Does it change it to a number if you put the result in a math column?

It works for me with other plugins.

Hi Santiago,
so, is it another workaround? Definitely, it should work, but the โ€œprimitiveโ€ value doesnโ€™t work as declared and I post this problem here.

1 Like

It is a workaround to turn the string into a number.

I hope it helps somebody facing the same issue though.

Just a question, how it is supposed to work this?

I was looking for some documentation to apply on my projects.
can Ive some explanations please?

Ok Sorry I just found it, via the new column Experimental code.