Sorting Repeating Group (RG) on column type Type of Thing

I would like to sort data on RG for column which has it’s type Type Of Thing. Below here is my scenario.

Here are my type of Things.

  1. ProductionListing
  • ProductID - Number
    -ProductName - Text
    -ProductType - ProductType
  1. ProductType
    Title

I am creating production listing where I would like to sort data by product type’s Title column. I could show title column easily but not sure how to use it in sorting.

In the data source for the RG, choose the sorting option to be dynamic data then choose the title field.

Thanks for response. But I think you did not understood my question. I don’t have Title field directly associated with the Type of the thing used as data source for RG. I have Title field associated with column ProductType (type of ProductType column is type of thing -> ProductionType).

1 Like

Can you use ProductionListing’s ProductType’s Title?

1 Like

How?

bubble excludes fields which are having type TypeOfThing from the field list available for sorting.

I think you have to use the Sort on Dynamic Field option in the little menu, that should bring up the input field to select this flow. I’m 85% confident

Dynamic Sort Field is allowing you to enter field name either static or value of any other element. My question is what to be entered as field name for my case?

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