Hi guys,
how can I find a firt record in entity 'Periti' that have team id = '5f5509aec68fcfb4a' . I'm using the formula.
I'm trying something like this but not working
$id=record\findOne('Periti', 'createdAt', 'desc' ,'teamsIds=','5f5509aec68fcfb4a');
Is it wrong?
how can I find a firt record in entity 'Periti' that have team id = '5f5509aec68fcfb4a' . I'm using the formula.
I'm trying something like this but not working
$id=record\findOne('Periti', 'createdAt', 'desc' ,'teamsIds=','5f5509aec68fcfb4a');
Is it wrong?
Comment