I am creating a front-end in Workshop where a user inputs a complaint, clicks a button to run an AIP function, and receives most likely resolutions. The general purpose of the AIP function is to find matches from historical data based on the user input. In addition to this, I want to run another AIP function at the same time that performs matching on a different dataset to help narrow down matches. Both functions use the same input data, but have different steps and different outputs. Is there a way to connect two actions to the same button?
Hi, performing multiple on-click actions or events for a button is currently not supported. The only work-around would be combining the actions/events into a single entity, in this case a single function.
You can set up 2 automations triggered off of the same condition as well