action '🎈 Invite a new user in this team', type: 'single', fields: [{
field: 'Inviter email',
description: 'Your Okarito name will show in the invite email',
type: 'String',
reference: 'Team.id',
is_required: true
},
{
field: 'New user email',
type: 'String',
is_required: true
}]
I expect this field to accept typing and suggest Users emails
Hi @remi_okarito and Welcome to the Forest Admin Community !
To be able to search on record when editing, like in your case you need the Allow search to edit to be enabled.
But what I think there is an issue in you action too, you should not be referencing Team.id but User.id. The Team will already be passed by checking a record in the table view.
EDITED:
After reading your post again I see that the checkbox is disabled. This is an issue on the platform. You need to hide the collection on the left panel. Go to the settings and click on that checkbox (Allow search to edit) and save. Then you can show back the collection and it should work.