Hi,
I am trying to create a flow to copy one SharePoint list item to another SharePoint list, I created the flow as you can see on the screenshot but I don't know what to enter in the site address field and how to select my list.
please help me.

Hi,
I am trying to create a flow to copy one SharePoint list item to another SharePoint list, I created the flow as you can see on the screenshot but I don't know what to enter in the site address field and how to select my list.
please help me.
Hi @Ahmad2
According to your description, you want to create new item in one list when an item is created in another list.
First determine your site and lists name, log in to your SharePoint and find your site and lists name.
I selected the site named lilytest in my test.
Here are my two lists in lilytest site. In my test, when an item created in 7.1list1,the new item will also be created in 7.1list2.
Then start to set up flow.
Site Address:Select the site named lilytset from the drop-down menu
List Name:Select the source list from the drop-down menu.
Site Address:Select destination site in the drop-down menu (My lists are stored in the same site named lilytest)
List Name: Select the destination list from the drop-down menu.
And fill the filed by Dynamic content from the trigger.
Then save Flow and can test it.
When an item is created in 7.1list1
The new item will be created in 7.1list2 at the same time.
Hope the content above may help you.
Best Regards
If my solution helps, then please consider Accept it as the solution to help the other members find it more quickly.