How to run javascript custom code

Hey all - I know there is no native way to run a bit of custom code within adalo (yet), but has anyone figured out a workaround or a hack to be able to do it with custom actions or something?

I have a script I want to run when my app loads that wraps outbound links for me.

Any thoughts?

Thanks!

1 Like

Hi @bmceuen,

I guess you might try to create a custom API on AWS Lambda or Google Cloud Functions, add your script there, and call this API as a custom action.

Similar approach for JS on Integromat is described here: Using JavaScript with Integromat | by John Thomson | Medium

Best regards, Victor.

1 Like

Thank you Victor. As I was looking into this, I found there was another way to wrap my links without using a script!

All is well that ends well!

1 Like