Hi, I have a PA form inside my PBI page. Before, in that form was a Text field - "Meeting Notes" - which user can input new text, click on the "Save" icon and the update: (1) gets saved back to the SQL database; (2) gets updated instantaneously in the PBI visual (a table). Attached is the screenshot titled for the old Save code.
Today, I was asked to add another Text field - "PM Update" - which, like "Meeting Notes", user can input new text, click on "Save" and (1) and (2) happen. Attached is the screenshot for the new Save code - the red boxed area shows where the modification was done to the old Save code to include the 2nd new text field.
Unfortunately, while the old Save code performed the actions it is supposed to, i.e. (1) and (2), the new Save code doesn't.
When I tested by inputting text in the 2 text fields, only (1) completes, but (2) doesn't, i.e. the updates don't show immediately in the PBI view - I have to manually refresh the dataset in PBI service in order to get the updates to show - which is NOT the user experience I want users to have.
Does anyone have any idea why the new Save code wouldn't work in terms of refreshing the PBI instantaneously via the PowerBI Integration component? Nothing else has changed other than this slight modification of the Save formula.
THANK YOU
OLD SAVE CODE:

NEW SAVE CODE:
