I know want o create an Action Flow that sends an individual Email to each Material Manager (Note that there could be over 50). The Email should contain the following information:
If a material of the MM has a negative stock or the stock becomes negative in the future the Email should contain this number togehter with the first date date where this happens and the corresponding stock. If this is true for multipe Material numbers they should all be in one Mail. Examples how the Output should look like are also in the Excel-Attachment.
To get the first negative values I tried using fomulas analog to this one because it workes in a view but it does not seem to work in the query-node in the action flow.
"PU_FIRST (DOMAIN_TABLE("Material Number"),"Stock","Stock"< 0)"
Also I havent found a way how to create individual aggregated email for each Material Manager
Does somebody have an idea how to solve this?