Help data source repeating group - Ajuda data source grupo repetidor

The white part is a reusable element, I want the search for the repeating group in the red part to change according to what was selected in the dropdown, but the dropdown does not appear in the list of elements

A parte branca é um elemento reutilizavel,quero que a busca do grupo repetidor na parte vermelha mude de acordo com o que foi selecionado no dropdow, mas o dropdow não aparece na lista de elementos

Reusable elements have a different “world” of its own. You won’t be able to reference to the elements inside the reusable element.

Here’s a great thread about reusable elements by @petter A guide to advanced use of reusables

You could add a state in your reusable element and reference it in your RG’s constraints.

You could have a workflow where if dropdown’s value is changed, set the state to dropdown’s value

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