You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a scenario were we want to import items thru a custom import action. But if import fails it should return a list of the imported items together with a status for each item. Works great.
But if all import goes well, we just want to return an empty FileActionResult with just status and notification that everything worked.
This doesn't work today as UIBuilder API fails as it cant read the response.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We have a scenario were we want to import items thru a custom import action. But if import fails it should return a list of the imported items together with a status for each item. Works great.
But if all import goes well, we just want to return an empty FileActionResult with just status and notification that everything worked.
This doesn't work today as UIBuilder API fails as it cant read the response.
Beta Was this translation helpful? Give feedback.
All reactions