Hello,
I am new to alteryx.
I have a one input file and a output file.
This is the sample input file.

This is the output file -

I need to fill the July 20 column under "Actual" of the output file from Time cost col of input file by looking up Name and project.
Suppose,If I find Resource name and project name same in the output file then i need to update Time Cost amount col from input file in the July 20 column under "Actual"
This process would be for monthly basis and output would be generated in the google spreadsheet.
For now, the output is for july 20 and next month need to do for august.
Can anyone suggest me on this?