Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
😻Code Snippit😻Patch( {DATASOURCE}, LookUp( {DATASOURCE}, ID = varThisItem.ID ), { Status: "Complete", 'Final Status': User().FullName & " (" & User().Email & "): Marked this item as complete on " & Text( Now(), DateTimeFormat.ShortDateTime24 ) & If( !IsBlank(txtComments.Text), " with the following comments: " & txtComments.Text & ". " , ". " ) });If( !IsEmpty(Errors('FlightDeck Submissions')), Notify( First(Errors('FlightDeck Submissions')).Message, NotificationType.Error, 5000 ), Notify( "Completed successfully", NotificationType.Success, 5000 ), Navigate( ScreenMain, ScreenTransition.CoverRight ));Set( varComplete, false);Set( varThisItem, Blank())
Adaptive cards are an under-utilized feature in 365!
I agree!!! 💯
😻Code Snippit😻
Patch(
{DATASOURCE},
LookUp(
{DATASOURCE},
ID = varThisItem.ID
),
{
Status: "Complete",
'Final Status': User().FullName & " (" & User().Email & "): Marked this item as complete on " & Text(
Now(),
DateTimeFormat.ShortDateTime24
) & If(
!IsBlank(txtComments.Text),
" with the following comments: " & txtComments.Text & ". " , ". "
)
}
);
If(
!IsEmpty(Errors('FlightDeck Submissions')),
Notify(
First(Errors('FlightDeck Submissions')).Message,
NotificationType.Error,
5000
),
Notify(
"Completed successfully",
NotificationType.Success,
5000
),
Navigate(
ScreenMain,
ScreenTransition.CoverRight
)
);
Set(
varComplete,
false
);
Set(
varThisItem,
Blank()
)
Adaptive cards are an under-utilized feature in 365!
I agree!!! 💯