How to set an attribute on select of tab in tabcontainer

0
Hello, How can I set a attribute in a object when a user selects a tab in a tab container? For example by triggering a micro flow on select. // :) Fredrik
asked
1 answers
0

You cannot accomplish this out-of-the-box as there is no way to call a microflow from clicking a tab page. You might be able to accomplish this by creating a widget and calling our Client API.

Alternatively you can look in our App Store to see if there is a widget already available with the functionality you are after.

answered