Analysis for Office invalid UI node

Hello team!

I’m automating a task in Analysis for Office. I need to fetch data from SAP, make some changes in the header from a table, refresh de PIVOT and send via email.
My issue is when I’m trying to click in the some fields inside the application, I’m getting the Invalid UI node error. I read that this error might be caused by the framework used by the click activity, so I chose both AA and UIA, and put them inside a try catch, but that doesn’t work.
I can even highlight the element, but the click don’t work when I run the robot. Can someone help me?

PS: Since I’m using the Analysis and I need to change some attributes in the “Prompt” tab, drag other fields, login in, etc… I didn’t use Excel activities for this task, like write cell for example.