DataGrid Action: navigate to external url

hi everyone! i need your help with the new datagrid. How can I to use the filed “action” to navigate a external url by click the buttom?


with the old datagrid I used to custom field and put a buttom with workflow
thanks

It is much easier now. Create column with custom type and put Button in it. In button’s On click event you will have access to row data.

1 Like

thanks, it works.