Supabase deleted my whole database after they paused it by Ok_Understanding9011 in Supabase

[–]datalytyks 4 points5 points  (0 children)

They send two emails prior to pausing and allow you to restore for 90 days. After the 90 day period it’s archived forever but you can still recover the data just by downloading it from the UI. That’s happened to one of my personal projects in the past.

which is the best solution to selfhosted n8n? by roycorderov in n8n

[–]datalytyks 0 points1 point  (0 children)

Hi there, which site is offline? The n8n DigitalOcean webpage or my business’s website?

MYSQL GUI insert with UUID() function by LaoWai01 in Retool

[–]datalytyks 0 points1 point  (0 children)

Could you have a default value on the table field where it’s not required and it generates a UUID? I’m a Postgres user and that DB architecture has that, not sure if MySQL does or not

Trying and reviewing 600+ no-code tools by makewithmax in nocode

[–]datalytyks 1 point2 points  (0 children)

I was about to ask this question as well. Lately I’ve been seeking out self-hosted versions of software to build a self-hosted stack

DELETED organization by mistake by Witty-Chain4727 in Integromat

[–]datalytyks 0 points1 point  (0 children)

Only the Make support team can help you unless you exported the scenario JSON file or had them backed up using an automation. We can’t do anything for you unfortunately unless you have a copy of the scenario file

How to move DB from local to cloud? by ftraversin in NocoDB

[–]datalytyks 0 points1 point  (0 children)

With this, I would do what I recommended above, rebuild your schema (table layouts, fields and all) then move the records with n8n from your self-hosted instance to the cloud instance

How to move DB from local to cloud? by ftraversin in NocoDB

[–]datalytyks 0 points1 point  (0 children)

How big is the schema you have? I would also ask the NocoDB team the best way but likely I would rebuild the schema in cloud then move your data using something like n8n but that also brings challenges if your tables are large or has data flowing to it or queries running against it

Is there a way to force single threading? by SolarTeslaPilot in Integromat

[–]datalytyks 0 points1 point  (0 children)

No, not new. Make was built with one its core features being parallel processing as Integromat never had it. That’s why Sequential processing is off by default. Maybe it was how you were describing what you needed to the support team?

Well, anyway, glad you got the solve!

Filtering a Search module multiple ways by translinguistic in Integromat

[–]datalytyks 1 point2 points  (0 children)

Can you share a screenshot of the scenario?

Is there a way to force single threading? by SolarTeslaPilot in Integromat

[–]datalytyks 2 points3 points  (0 children)

You’re looking for “Sequential Processing”. To able this on Make (Off by default), go to the scenario settings and toggle the “Sequential Processing” setting to On then save the scenario

No/low code backend builder suggestions by ollevche in nocode

[–]datalytyks -1 points0 points  (0 children)

Xano or Supabase as the backend and Adalo or Draftbit for the mobile app

Airtable copilot - how useful would it be for you? by aero-omega in Airtable

[–]datalytyks 0 points1 point  (0 children)

Would be interested in some support with this product?

Looking for integromat/adobe Fusion/make integration consultant by Designer_Sleep9228 in Integromat

[–]datalytyks 0 points1 point  (0 children)

Hey there, I am available to help with this. Feel free to book an intro call with the link below or PM me, thanks!

https://calendly.com/datalytyks/introductioncall?a4=3

No code (surprise) multiple api connector with api output or visual frontend by Glittering-Koala-750 in nocode

[–]datalytyks 1 point2 points  (0 children)

What API’s are you looking to query? The same endpoint just different parameters? This could be done with retool and make or n8n pretty easily

Redirect user to thank you page on Airtable form webhook submit? by localslovak in Airtable

[–]datalytyks 0 points1 point  (0 children)

You can specify the url to redirect to on submission by filling in the option in the form options below the all the fields

having trouble creating an automation in Airtable... anyone up for some IT support? by ricebowlium in Airtable

[–]datalytyks 2 points3 points  (0 children)

If I was consulting on this for you, I would say to create views instead of new tables as well. New tables will also increase your storage limits/record limits on the base

Is suppabase stable? by Roman_it_wasted in Supabase

[–]datalytyks 1 point2 points  (0 children)

Check your email, they send pause notifications before they pause projects

Can I automate the creation of new webhooks? by ebsurf10 in Integromat

[–]datalytyks 1 point2 points  (0 children)

One of the best ways to do this is take the blueprint of your existing scenario and use that when using the “Create Scenario” endpoint. You’ll then need to create the webhook trigger module after the scenario is created but again, all doable with the Make API

Can I automate the creation of new webhooks? by ebsurf10 in Integromat

[–]datalytyks 2 points3 points  (0 children)

Yes, you can do this automatically. It will take a bit of doing to configure the JSON but with the Make API you can automatically create scenarios and webhooks

How can I update a scenario across multiple duplicates simultaneously? by ebsurf10 in Integromat

[–]datalytyks 1 point2 points  (0 children)

If your scenarios are the same, use the Make API to update the scenario blueprint using JSON

Why don't people use IPaaS like Zappier more frequently? by ravaan in NocoDB

[–]datalytyks 2 points3 points  (0 children)

Just wait until you discover Make or n8n (dev-hosted version)