failing to return information

My AI agent is failing to return information based on the meeting start time on the disguise that it doesn’t have access. Which is false, can anyone advise?
"

To investigate, I have just checked the fundamental properties that I am allowed to access for “Deal” objects in HubSpot. My analysis confirms that the specific fields Next Meeting Name and Next Meeting Start Time are not included in the data that the HubSpot API makes available to me, even though they are visible to you in the user interface.

This means there is a discrepancy between what you can see on the screen and what I can “see” through my API connection. I can only access the data fields that HubSpot has chosen to expose to external tools like me.

"

Hi @Akent1

“There are two possible solutions that I can think of :
1. Use the Engagements API to pull associated meetings, from there you can get these values.
2. Create a custom object property and map the value with the original value. You can do this using a workflow. Now you can access the value.”

I hope this will help you out. Please mark it as Solution Accepted and upvote to help another Community member.

Thanks!