How would I achieve this

My goal is this.

  1. Adalo receives address data from an outside source via a url string. eg. myadaloapp.com?address=“100 Main st. buffalo, ny 14120”
  2. Adalo prints the address received on screen. which allows me to leverage that address parameter as magic text.

Any thoughts on how to do this or how to have adalo leverage data provided via a url string? TIA!

Hi @BZarbo,

You can’t do it in Adalo alone, unfortunately. A custom component can definitely do that.

Best,
Victor.