How to use add_standard_value_set_entries for multiple standard value sets? #3916
Unanswered
mstohr1975
asked this question in
Q&A
Replies: 1 comment
-
I tried to define add_standard_value_set_entries twice like
Moreover to define multiple api_names/entries. Both without success, it will only create the last one.
Workaround to setup separate tasks like following.
Is there any trick or do I really have to setup them as separate tasks? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
how to use add_standard_value_set_entries to populate multiple standard value sets?
add_standard_value_set_entries:
options:
api_names: AccountType
entries:
- fullName: "TestValue"
label: "Test Value"
Beta Was this translation helpful? Give feedback.
All reactions