Hello,
I have a simple template that works only for admins, but not for the rest of roles. It’s a multisite WP.
<If loop exists type=post author=current field="estado" field_compare="more_than" field_value="0" field_type="number">
<h2>Solicitudes activas</h2>
<Loop>
<Field title />
</Loop>
<Else />
<h2>Formulario de solicitud de estación de trabajo residencial (ETR)</h2>
[elementor-template id="130"]
</If>
Thank you very much