How do tax exception with flow?

I try to modify default tax excpetion filed but id didnt work, it is possibly with flow?

Hi WiseParrot. If you’re looking to set a customer as tax exempt then you may be able to do that by modifying the value of the taxExempt field on the customer object using the Send Admin API request action in a workflow.

Hey RPiii

Yes its worked, thank you so much! Here is working example

{> “input”: {> “id”: “{{customer.id}}”,> “taxExempt”: true> }> }

Is there any chance you could tell me why my code isn’t working to make my customers tax exempt when a certain tag is added to their profile?