*. Feed the list into a Flow Each to reconcile or
clean up mappings.
Configuration
- Domain — the entity kind to list.
- Namespace — the mapping set (blank = the default set), or type
*to list every namespace in the domain. - Output assign — where the list of rows lands. Each row is a map
with
namespace,external_id,value, andmetadatakeys.
Tips
- Rows are ordered by namespace, then external ID.
*only counts when typed literally in the field — a value that merely resolves to*at runtime stops the flow.- Inside a Flow Each over the rows, reach fields with
{item.external_id}/{item.value}/{item.metadata.some_key}.