You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The --json flag could perhaps provide additional fields for the actual values, but as mentioned in #1058 there seems to be an issue with this where it only returns "ValueKind": "3".
I tried falling back to parsing the non json text output, but it's clear that from pac env list-settings are formatted, while pac env update-settings take unformatted values. e.g.:
% pac env list-settings --environment *** -f fullname
Connected as ******
Setting Value
fullnameconventioncode First Name
The input takes a int value such as 0, 1, 2, ... 7 representing a choice:
% pac env update-settings --environment *** --name fullnameconventioncode --value 3
Connected as ******
Setting 'fullnameconventioncode' updated successfully to '3'.
The --json flag could perhaps provide additional fields for the actual values, but as mentioned in #1058 there seems to be an issue with this where it only returns
"ValueKind": "3"
.I tried falling back to parsing the non json text output, but it's clear that from
pac env list-settings
are formatted, whilepac env update-settings
take unformatted values. e.g.:The input takes a int value such as 0, 1, 2, ... 7 representing a choice:
https://learn.microsoft.com/en-us/power-apps/developer/data-platform/reference/entities/organization#fullnameconventioncode-choicesoptions
The text was updated successfully, but these errors were encountered: