When I click on these Its move to the Lead Interaction form and these can be possible using JSON Formatting Field in Sales Lead List for Lead Interaction Link here is the Cod :-
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "a",
"attributes": {
"target": "_blank",
"href": "='https://riseascendtech.sharepoint.com/sites/SalesTeam2/Lists/Lead%20Interactions/NewForm.aspx?LeadTitle=' + [$Title]"
},
"style": {
"color": "#0078d4",
"cursor": "pointer",
"text-decoration": "underline"
},
"txtContent": "Add Lead Interaction"
}
Now after click on these I want to populate the Title value of Sales Lead List in the Lead interaction List field Lead so for that I have set a logic in Power Apps also
These two Same logic are for same field lookup field Lead so How can I auto populate these and also tell me it is possible or not

Report
All responses (
Answers (