Hi, I am a beginner in alteryx and what an awesome platform to learn!
I have a question between joining two sheets with conditions.
1) I have two different sheet with similar columns.
Number 1 sheet has only name and date, and I'd like to fill the amount column data from Number 2 sheet
Number 1 is ( the green field is the field that I need to fill based on number 2)

Number 2 is

As you can see, they have same name, and there are many date with different amount.
I;d like to bring amount information from number 2 sheet to number 1 sheet, based on the condition that ; 1) same name 2) the date range +1 month from number 1 sheet's month.
ex) AAA with date 2022-03-13 should bring AAA with date range between 2022-03 ~ 2022-04 from sheet 2.
I studied and learned that it could be done based on 'join' tool with if conditions... but it's not working for me.
Could an angel help me out?
Thanks !