@Lopez Alonso, Luis Thanks for reaching out. Can you please confirm if there are no restrictions/disabled Allow public access on the Inbound traffic to your standard logic app? In case if you have enabled the Access Restrictions on your standard logic app then the azure connector will not be able to communicate with your logic app.
As you are using the team's connector so the internally there would be webhook that would be used to trigger your workflow by the connector and as Team Connector is Azure connector so azure connector can only access it over internet. In case if you have blocked the access then your workflow will not be triggered.
Azure Team Connector (inbound webhook callbacks) --> standard logic app workflow (through team trigger)
In the above case you need to make sure that you are adding the rule to allow the connector IP address if you have disable "Allow public access" to the inbound traffic.
Please accept as "Yes" if the answer is helpful so that it can help others in the community. If you need any help/clarification/concerns/follow up questions, then please click on "Add Comment" on my answer and provide more details.