Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
3 replies
Subscribers
7 subscribers
Views
2284 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
Simple question regarding writing group name to database: 1. We have a CDT
Mike
over 11 years ago
Simple question regarding writing group name to database:
1. We have a CDT with a text field called "assignedgroup"
2. A tempo form allows a user to select a group from Appian groups called "testers"
3. Since a group cannot be saved directly to our CDT "assignedgroup" field, we save the group "testers" to a group field
4. We now want to convert this group field to text, like "groupName", so it can be saved as text to the CDT and written to the database
5. We tried using the group() function but documentation says it needs the id to find groupName. We don't have the id, by design, saved anywhere.
How do we get the groupName if we don't have the group id? Thanks!...
OriginalPostID-86352
OriginalPostID-86352
Discussion posts and replies are publicly visible
Parents
0
Tim Nguyen
Appian Employee
over 11 years ago
If your CDT has a text field with the name of the group then the people function plugin will assist you with the getgroupbyname function
forum.appian.com/.../summary
You could also use tostring() to turn the group into a group id and then recall it using the togroup() function
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Tim Nguyen
Appian Employee
over 11 years ago
If your CDT has a text field with the name of the group then the people function plugin will assist you with the getgroupbyname function
forum.appian.com/.../summary
You could also use tostring() to turn the group into a group id and then recall it using the togroup() function
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data