Need to make group parent field as empty via flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2024 11:54 PM
Requirement is to remove the parent of a group via flow
I'm getting the group name in a reference catalog variable and I already tried few things
1. Returning empty value
2. Setting flow variable as empty and assigning that variable to parent
3. Leaving value as empty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2024 05:37 AM
Good day,
You can do this in a flow with 2 actions.
- "Get Catalog Variables" action. You want to grab the variable that contains a reference to the group.
- "Update Record" action. You want to set the record to be the group variable you grabbed on Step 1. Then set the "Parent" field to nothing.
If this solved your query, please mark it as the solution. If it was helpful at all, please mark it as helpful!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2024 08:10 PM
In 3 leaving value as empty
I tried this only I was not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2024 06:18 AM
The screenshot above is working when I try it in a PDI.
Can you go into anymore detail about the issues you're experiencing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2024 07:52 PM
In 3 leaving value as empty I tried this only
It is not working