I want to use Group Focus in Repeating group row

I want to use Group Focus in Repeating group row and dynamically change offset can anyone help me regarding this?

1 Like

Create a row element in a RE. Give it states or a type so you can pass in data if needed. Add the FG in the RE.

Then throw the RE into the RG

What is RE is it a Repeating Group

RE is a Repeating Group or something else or simple Group?

Reusable Element I believe

1 Like

and what is Row Element is it Layout for the group Row or Column

and what is Row Element is it Layout for the group Row or Column

I think a group that’s set as a row layout :thinking:

Create a reusable element. In that reusable element add the group focus and the necessary reference elements (these are usually an icon like for a menu).

Then put the reusable into the repeating group cell.

Need custom code for that. There is a forum thread (i’m not able to search and find for you) that discusses this and it works.

Thanks Everyone I fixed it using RE

I want to pass some data to custom states of RE from the RG is this possible?

Yes it’s possible… are you having trouble doing it?

Yes I have dynamic values inside the Repeating Group Rows and want to set the dynamic state of the reusable element as you know we can run the workflows for the RE inside the RG how I will initialize the custom states then?

Use the new Properties feature for REs instead of custom states.


I added a new property now I want to set this property from RG where I added RE

got it thanks

1 Like


Now if I want to set those dynamic states to different page element is it possible?

No… you can only access them inside the RE, not from outside (annoyingly).

You’ll have to use custom stated for that.

that was question I want to set custom states but using RE and when click on any group inside the RE it will open a popup on different page
image

see if I click on add task this is RE and when clicked it will open a popup which exist inside the dashboard_ page

How are you opening the popup?