Hi,
I have 3 columns on SharePoint list.
Product column is a Choice.
| Event Name | Products | Event Estimated value. | Contribution of each product |
International meeting | Product A Product B Product C | 90,000 | 50% 20% 30% |
I have created a flow that was able to add this event to each of the product sperate list after receiving approval from the budget owner however I need to calculate each product individual contribution value and add it to its relevant list for example:
List of activists of product A should have the below row after its approved:
| Event Name | Products | Contribution |
| International meeting | Product A | 45,000 |
is there a flow that I can use to do such calculation?