Got the TaxID, but can't type it to TaxID input field in download report monthly

Hi all!
Please help me, I have an issue for my REFpractice - Generate Yearly Report Performer in Download Monthly Report. The issue is I got the TaxId but when want to input it to the TaxID input field in Download Monthly Report, there is blank (however in month and year have been inputted correctly). I have using UI explorer for the selector, but still can’t solved this issue.




For this error (picture attached below), this OK button in else condition refer to the taxID which not have the report in certain month.

But cause of my taxID inputfield is empty (can’t type it into input field) so this error occurs.

I think the issue is that you haven’t actually got the TaxId.

If you look at your Arguments panel on the left hand side, your in_TaxID argument value is null.

If you definitely did successfully capture that value, double check where you’re passing your arguments to make sure you have passed this one correctly. Otherwise you may just need to go back to where you’re capturing that value and get that working.