Hi @HSever ,
Thank you for posting query in Microsoft Q&A Platform.
If you I understand you query better, then you are trying to look for a way to get dataverse table metadata. If correct me if I am wrong.
Usually GetMetadata activity helps to get get Meta data information. But for Dataverse tables at this moment GetMetaData activity will not support. Clik here to know about support activities for Dataverse.
You can consider making API call to query table definitions in Dataverse. Click here to more about API. In ADF, we can use Web activity to make this API calls. Click here to know more about web activity. Also consider checking this video for web activity.
Hope this helps. Please let us know if any queries. Thank you.
------------
Please consider hitting Accept Answer
. Accepted answers help community as well.