hello,
I need to create item when a user add a file from the trigger for a selected item. Everyting works fine but when i want to open the document created its content is blank.

For the action create file, the expression i used to obtain the name of the file i have input is
string(triggerBody()?['file']?['name'])
and for file content is
string(triggerBody()?['file']?['contentBytes'])
I don' t understand what i'm missing