Hi,
I wonder if anyone could help me. I am trying to build a flow (in fact 2 flows) which is saving Purchase Orders attachments and count them based on daily supply.
I have already created scheduled flow creating new Workload table each working day. The flow looks like below and it is automatically creating new table Monday-Friday. Table has only 2 rows (ID and PO Name).
I have also created automated flow saving purchase orders from all flagged by my team members emails inside shared drive. Now I am struggling with adding dynamic content into Table row and Key Value row ((marked on yellow color)( EXCEL update a row)).
Daily_Workload table is the table automatically created from the scheduled flow I have build earlier. The problem is that I don't know how to add dynamic content before the Table name to reflect Sheet Name which in my scenario is the date of each day created by expression : formatDateTime(utcNow(),'yyyy-MM-dd')
Second issue I have is I don't know how to fill Key Value with dynamic content. In my flow it has to be integer starting from 1 and increasing by 1 each time when new attachment is saved on share point (first PO number 1, second PO number, third PO, number 3 etc).
Part with filling second column of my table with PO Number I've managed myself.
In case my explanations aren't clear the result supposed to look like below (filled manually):
Thanks a lot in advance for all of your replies. Hope someone could help me.
With best regards.
NewUser