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
Rully
over 11 years ago
Hi Mike, you could probably create another field into the CDT called "assignedGroupId" that stores the reference of that group. When you want to convert the value to group, you can use togroup function. The other "assignedGroup" field can be populated manually from Appian provided you have already got the group ID in the first place.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Rully
over 11 years ago
Hi Mike, you could probably create another field into the CDT called "assignedGroupId" that stores the reference of that group. When you want to convert the value to group, you can use togroup function. The other "assignedGroup" field can be populated manually from Appian provided you have already got the group ID in the first place.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data