Hi Ramya, I had a similar requirement i have included my microflow please refer
Hi Ramya,
I am not sure if you have Association between Master Project and Account, if not you should create one so that you can see the projects assigned to Logged in user.
You will have to constrain your data, i.e Only show Projects related to the logged-in user.
In the access rules of the project, the entity adds an Xpath constraint to only restrict the Project data
or
Add manual Xpath constraint in your data grid where you show the Project details.
Add two Columns on a page using Layout gird
You can remove the Project name from the task entity since you can retrieve the project name from the association.
Hope it Helps!!