Hey @Vijaybhanu
If you just want to show the details, you can use a Gallery control, this automatically creates rows for each recorded items.
You need to pass the formula to get all the records in the "Items" property. In the gallery control, you can create a Label and a TextInput and this will create number of rows based on returned output.
For more details, you can refer: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/control-gallery
A sample Expression: Filter(DataSource2, ID = ValuefromDataSource1)
If this differs, please share more details so that we might be able to help you better.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!