Thanks!

You can place the code on the Gallery item OnSelect
Patch(
AppLogs, //Assuming your SharePoint list name is "AppLogs" if it's different please replace
Defaults(AppLogs),
{
UserEmail: User().Email,
SelectedName: ThisItem.Title,
SelectedRecordID:ThisItem.ID
}
)
//If your column name is different then please replace with you column name..
📩 Need more help? Just mention @Kalathiya and I’ll be happy to assist.
✔️ If this answer helped you, please tick “Does this answer your question?” so it can be marked as the Verified Answer.
💛 A Like always motivates me to keep contributing!