Hi,
Is it possible to pass the entity name dynamically or using the table in query entity?
May be have some rule which will take the table name and return the data store entity.
Regards,
Mukesh
Discussion posts and replies are publicly visible
Entity name can be provided dynamically using rule input to query entity rule.
1. Create RI of type DSE.
2. Provide DSE constant while calling the queryEntity rule. You can have DSE constant with multiple values and provide appropriate index. E.g. cons!DSE_EMP[1] etc.