/ip hotspot profile

Maybe this is a dumb beginner question, but I can not for the life of me figure out how to assign the trial hotspot user to any profile other than default… can anyone offer any insight?

See below:
admin@Indigo Router] /ip hotspot profile> print
Flags: * - default
0 * name=“default” hotspot-address=0.0.0.0 dns-name=“” html-directory=hotspot rate-limit=“” http-proxy=0.0.0.0:0
smtp-server=0.0.0.0 login-by=cookie,http-chap http-cookie-lifetime=4w2d split-user-domain=no use-radius=no

1 name=“hsprof1” hotspot-address=192.168.88.1 dns-name=“” html-directory=hotspot rate-limit=“” http-proxy=0.0.0.0:0
smtp-server=0.0.0.0 login-by=mac,cookie,http-chap,trial mac-auth-password=“” http-cookie-lifetime=4w2d
split-user-domain=no trial-uptime=4w2d/1m trial-user-profile=default use-radius=no

2 name=“trial” hotspot-address=192.168.88.1 dns-name=“” html-directory=hotspot rate-limit=“” http-proxy=0.0.0.0:0
smtp-server=0.0.0.0 login-by=mac,cookie,http-chap,trial mac-auth-password=“” http-cookie-lifetime=4w2d
split-user-domain=no trial-uptime=30m/1d trial-user-profile=default use-radius=no

I’m trying to point the trial user to the ‘trial’ profile but I keep getting:
[admin@Indigo Router] /ip hotspot profile> set 1 trial-user-profile=trial
input does not match any value of trial-user-profile
[admin@Indigo Router] /ip hotspot profile> set 1 trial-user-profile=

TrialUserProfile ::= default

Welcome to the Mikrotik forum!

The ‘trial-user-profile’ entry is one of the profiles in “/ip hotspot user profile”, not “/ip hotspot profile”.
If you use this
/ip hotspot profile set 1 trial-user-profile=?
you will see your choices.