Selecting from RG, show new list

Hello, really struggling on this one. I have a repeating group that shows a list of Industries and I am wanting users the ability to click on the industry(s) of their choice from that list and then show their selected Industries in a new list which can then be saved in their profile. Id prefer not using checkboxes within the RG cell but rather a button that is clickable in cell.

  1. In the cell of the repeating group, have a group that contains the text of the industry’s name. The group can be used to run the workflow.

Users should have a “List of Selected Industries” field in their table.

There should be 2 workflows when the cell’s main group is clicked:

  1. When the group is clicked AND the current user’s “List of Selected Industries” does NOT contain this Industry, add this Industry to the list.

  2. When the group is clicked AND the current user’s “List of Selected Industries” does contain this Industry, remove this Industry from the list.

This topic was automatically closed after 70 days. New replies are no longer allowed.