Can I trust semicolon ';' when using to separate functions to make sure the 1st Fx has worked when 2nd Fx can be easily visible?
Example: here's 2 Fxs I put to a single button:
Office365Outlook.SendEmailV2(Recipients,'Subject Line',Body);UpdateContext({pressedButton:!pressedButton})
so when end-user see the button changed color (from the UpdateContext Fx), that mean the Office365Outlook Fx has worked successfully 100% in order for the button the change color? Any other failsafe way anyone suggested, please feel free.


Report
All responses (
Answers (