Help with OneNote piece

Hi, I need a little bit of help with the OneNote piece, particularly the trigger. The trigger catches a new note in a section and is scheduled every 5 minutes. It returns the note Metadata. My question is hoy can I access the note content, the trigger only returns a contentURL, but accessing that URL requires a bearer token. How do I access the note content? Or do I have to create a custom piece to read notes?

If anyone know how to solve this, some help will be appreciated.

Hello @alejotoro-o , welcome to the community :waving_hand: ,

We updated the piece. Please recreate the step or update the piece to version 0.3.0. It now includes the content field in the trigger sample data.

Thanks for the help. I already updated both activepieces and the piece, and everything is working fine.