ClearCollect(colTest,
AddColumns
(
‘Assessment Details‘,
"zzTextField",
assessmentquestionid.‘Question Text‘,
"GUID1"
assessmentquestionid.‘Assessment Question‘, /*Get GUID field Name of Assessment Question lookup field*/
"GUID2",
""
)
);
ClearCollect(coltest3,colTest);
ClearCollect(coltest4,‘Assessment Question‘);
ForAll(
coltest4,
ForAll(
coltest3,
If(
‘Assessment Question‘ = GUID1,
Patch(
colTest,
LookUp(
colTest,
‘Assessment Details‘ = coltest3[@‘Assessment Details‘]
),
{
GUID2: LookUp(
‘Assessment Question‘,
‘Assessment Question‘ = coltest4[@‘Assessment Question‘],
‘Assessment Section‘.‘Assessment Section‘ /* LookUpfied.GUID */
)
}
)
)
)
)L
相关文章
- 09-29使用xadmin搜索search_fields报错:Related Field got invalid lookup: icontains
- 09-29Insert new row in collect with powerapps canvas
- 09-29Lookup Field in collect - powerapps
- 09-29Spark算子--first、count、reduce、collect、lookup
- 09-29Use JavaScript in Dynamics CRM to Set the Value in Read-Only Field on a Form for Dynamics 365 / PowerApps
- 09-29Show entity form based on a field value in Microsoft Dynamics CRM /PowerApps