I've successfully added my first button to the main form command bar in my model-driven app. It uses Launch() to go a given URL. It works for a static 'URL' string.
I'd like to use the value of a field from the current table (Accounts) that is displayed in the form. But when building the formula in the fx bar (ex, launch("https://static.org/" & Name) with Name being a standard column in the table), none of those columns are presented by intellisense to add to the concatenated string.
I've refreshed the data source in component editor. Everything's published. And not a newly-created custom column. What am I forgetting? Overriding intellisense and manually typing the field name isn't working for me either. thx