Missing info in Form documentation regarding opening links

First off, it shouldn’t be necessary to jump through all these hoops to create a clickable link. Using the HTML component and A HREF tag, I can create a link but it won’t let me click it. It should let me click it and open in a new browser window based on my system default automatically.

As for this documentation…

It says: Starting from this tutorial, you can also create a table of hyperlinks inside a form, using a Data Grid component. You populate a Data Grid with Button components, and using the SelectedButton output property, you can create conditions under which a certain URL is opened in the browser.

But it doesn’t give us ANY information on how to do that. The button is in an edit grid and I can get the link/file path using row.linkToFile but there is no information on how to incorporate that into the button for each row.

The new forms are not documented properly either.

My topic here showing how dynamic dropdowns no longer work and aren’t documented is here.

Hey @postwick ! Are you using versions prior to 23.4? Wanted to know if you’re using the previous or the updated form designer. When we first created the tutorial, we thought that documenting more advanced scenarios wasn’t necessary, but now it’s clear that it is.

@Jon_Smith Some configurations that were possible in the previous form designer aren’t entirely possible in the post 23.4 form designer, that’s why, for example, we haven’t added a dynamic dropdowns tutorial for the new form experience.

Thank you for the feedback! These will be logged, discussed and planned accordingly!

Are you saying its not possible to do it at all though? Or you just haven’t written a new tutorial yet?
If its not possible at all then thats quite an annoying limitation that can really reduce the usefulness of the dropdowns?

I use the previous version because it’s more functional and has fewer problems. For example, in the new version the datatable variable doesn’t update properly to reflect the data entered into the edit grid.