Group Focus in Repeating Group for a Menu

Hi all,

I’m looking for an efficient way to put a group focus (or something alike) into my repeating group to display a menu for a particular cell.
My goal is to create a small dropdown menu when clicking on the three dots on the right.

Unfortunately I couldn’t come up with a solution yet and also couldn’t find anything. I’m extremely grateful for any assistance!

Cheers,
Philipp

You should try building a reusable element in which there is the focus group.
Then put this reusable element into a cell of the repeating group.

1 Like

Worked like a charm! Thanks a lot :slight_smile:

cool :v:

So how would you initiate a workflow on the page from an action in the group focus that is within the repeating group? I have a submenu where, when the user clicks ‘Modify Job’, I’d like the repeating group to be hidden and then another group on the page be shown that displays the user’s job.

Hi there,

Don’t have my computer with me but you could try this:

Put a workflow on the modify job (either make it a button or put it on the text)
Workflow: Hide RG → Display Current cells „content“ into Popup (or what you use) → show popup

In my mind it works like this, but I can’t test it right now. Hope it helps though! :slight_smile:

Cheers,
Philipp

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