Problem with office 365 web app

HI 
I can't seem to get the office web app to work right on my Sony Tablet Z, when I log into my skydive and try to start a new doc or execl sheet it just takes me to a blank page, I've tried Chrome, Firebox and the Dolphin browsers and all do the same thing.
On my desktop no issues start a new file and all the office menus show up. (I have a office 365 subscription. But have not yet installed office on computer)
Has anyone found a way to get the Microsoft web apps to work on the sony  tablet?
Thanks 
Solved!
Go to Solution.

Thanks for the replys 
I do have a full supscription to office.
I did find it does work with Puffin browser and not with anyother browser, i'm thinking it might have something to do with flash but i don't know for now i'll just use Puffin
Thanks

Similar Messages

  • Can I use Interop.Excel in Office 365 web app development

    Hi,
    I want to develop a app for office 365 web. I know javascript api is available for that purpose but the problem is, it is limited to some functionality only. I want to manipulate excel sheets and ranges so will Interop assembly work ? 
    Thanks

    Hi Maulik,
    >>Can I use Interop.Excel in Office 365 web app development <<
    No, the Office PIAs is used to interact with Office Client which developet with COM technology. The Office online is different with Office client, it is an service and exposed with HTML.
    >>I know javascript api is available for that purpose but the problem is, it is limited to some functionality only.<<
    Did javascript mean JavaScript API for Office? If you have any feedback about apps for Office, you can submit it from link below:
    Customer Feedback for the Office Developer Platform
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • Problem with Office 365 Home - Setting up mail account

    Would like to use Office 365 Home with SBS 2003 ? Will this work ?
    Receive an error "The resource that you are trying to use is located on an unsupported version of Microsoft Exchange. Contact your e-mail administrator for assistance"
    Thanks

    Hi,
    Based on the description, you wanted to create Outlook profile to connect to Exchange 2003 on SBS 2003. But you got error message. Is it right?
    What’s your Outlook version?
    Office 365 Home is compatible with only Windows 7 or later, and Mac OS X 10.6 or later. And Outlook 2013 doesn’t support Exchange 2003.
    For more detailed information, I recommend you ask in Office forum which is staffed by more experts specializing in this kind of problems. You might get better help there. Thanks for understanding.
    http://social.technet.microsoft.com/Forums/office/en-us/home?forum=outlook
    Best regards,
    Belinda Ma
    TechNet Community Support

  • Problems with "save for web" app low quality messed up images

    Please help I have never had a problem with the "save for web" application before (over three years) I am currently running A.I. cs3 on windows vista. in the past whenever I save anything this way the images were always clean. as of yesterday everything I try to save through the save for web app the images are very low quality all the vector has jagged edges, it is very low rez looking and the file sizes are very small, half the size they normaly would be. What did I do to change the settings or better yet how can I get it back to the way it was.

    Thank you for your help I moved the folder but it still did not fix this problem. it is also not just the jpg option under the save for web app but all the setting ie. gif, png, ect. ect. Also the the files sizes are much less, example I exported a design as a jpg with the quality setting about 6 the file size was 374kb when I exported the same design through the save for web app the file size was only 45 kb on the quilty setting of 100. further more in the preview screen of "save for web" the original images as well as the optimized both look messed up. The "save for web" app has always worked for me in the past never a problem and I use this app alot so it is very important.

  • Problem with Office 365 60min subscription

    Hi I recently bought Office 365 subscription for Home and Student(10E/month) and after activating the Skype 60min subscription but after doing everything I dont get any minutes and just Nothing on accont message. I'm using latest version of skype on W10 TP, WP8.1 and tried on linux. Logged in with my live account on every of them it doesnt work on anything D':

    Horacy wrote:
    it doesnt work on anything
    Hello and welcome to the Skype Community.
    That's because you are attempting to call cellphones in Poland and Ireland. Your Subscription only covers calls to landlines in those countries.
    Check your coverage.
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • Problems with Lync integration in App-V Package for Office 365 ProPlus

    We have problems with setting Lync 2013 to automatic start after Windows start with Office 365 ProPlus App-V Package made by Office Deployment Tool. We use latest version for both (ODT and download package) at Windows 7 Enterprise 64 bit.
    We have done this for Lync 2010 and also for Lync 2013 (MSI installations) and it works correctly.
    User can choose to start Lync automatically, but this settings is ignored and in virtual registry is set wrong. We look for possible ways to set this by GPO (in ADMX is not this option available) by inserting in virtual registry with Package ID and user
    SID in registry path.

    Usually setting apps to auto start sets a registry key under HKCU\Software\Microsoft\Windows\CurrentVersion\Run, but since this registry key is inside the virtual environment, Windows does not read it at logon.
    The workaround is to either set this key in the native registry (perhaps by an App-V script), or easier still, just copy the shortcut to the Start Menu\Programs\Startup folder. Since you can't really modify Office 2013 packages with the sequencer, you'd
    have to add this shortcut by modifying the deployment config file.
    Dan Gough - UK App-V MVP
    Blog: packageology.com
    Twitter: @packageologist
    LinkedIn

  • Help Needed with getting Started With Office 365 Development C# Rest API

    We have a O365 Tenant Setup with a Federated Active Directory Setip we want to be able to right code that will connect to our tenant and perform basic CRUD operations against it (ex. Creating mail boxes)
    The problem is we want this to be contained in a CLR trigger In SQL so say if a new user is added to our user table then we would create a new AD account for that user and also create a mailbox.
    But I cannot find and example on how to connect to Office 365 using the REST API (Not the SDK because you can not add the connected service to a class library) and before the required actions that we need to do. All the example I have found are with the
    SDK API and/or require window 8 and that is also not an option.
    Please help I do not know where to start, and I would love to see some examples done in c# and not using the SDK.
    Thanks,
    Andrew Day

    Hi,
    >> Instead of SharePoint URLs I would use the O365 API URL?
    Yes, in my sample code, I was accessing the File resource by using the O365 File API. In your case, you need to acquire the token to access the Mail resource and use O365 Mail API.
    By the way, I think the article
    Understand Office 365 app authentication concepts will help you to understand the authentication process in Office 365 Development.
    >> Why can I not use the SDK API with a class Library?
    Actually, you are able to reference the Office 365 .NET SDK in the class Library. But the class library project type was not supported by Visual Studio Office 365 Development Tool. As a workaround,
    you can reference the SDK manually in your project.
    Since your original question is about “getting started with Office 365 Development C# Rest API”, if you have more questions about the Office 365 SDK, I will suggest you posting a new thread
    to discuss the Office 365 SDK. It will involve more other community members to share their ideas and experience on a specific a question and for others who had a similar question could also find the valuable information quickly.
    Regards,
    Jeffrey
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Calendar bug with Office 365 for Education (exchange accounts)

    I have an Office 365 Exchange account provided by my University. When I add the account to my Mac, Mail.app and Contacts.app work perfectly. However I receive an error message in Calendar which states that “Calendar needs a valid email address to connect” to my account. The address is clearly valid since it is working in Mail and Contacts. Furthermore, this account works perfectly in iOS Mail, Contacts, and Calendar. The issue is only with Calendar in OS X. Upon researching online, it appears that this issue will occur on Macs if the account is hidden on the Exchange Global Address List (which is true for my account). Below are a few additional points that are related to this bug:
    1. iOS connects to Exchange through ActiveSync which is why I don't see the issue on iOS devices.
    2. OS X connects to Exchange through Exchange Web Services (EWS). OS X supports EWS for Calendar syncing only when a users name is listed on the Global Address List. If the account is hidden (and they usually are for Office 365 educational accounts at Universities complying with FERPA laws) then Calendar.app cannot connect and sync the users calendar. I am not sure if this is by-design or a bug.
    3. The third-party Mac app 'BusyCal 2' also uses EWS to connect to Exchange and it will work regardless of the visibility of the user's account on the GAL.
    This has led me to two conclusions: Either  (1) Apple has a bug in Calendar.app, or (2) the bug is in EWS and Busycal 2 is forcing some sort of work-around. It's likely that Apple and Microsoft will need to work together to fix the issue. I've attempted submitting a bug report to Apple but I have no way to contact Microsoft since I am not an admin for the Office 365 plan that my school uses. I would need to go through my admins but they don't seem to care much about this issue. So pretty much I'm left helpless at this point :/
    Does my analysis seem valid or does anyone else have any points to contribute? I would appreciate the assistance

    Hi,
    There are two ways to share read access to your calendar on premise to Office 365. The method you choose depends on your requirements and the level of access that you want to give to the calendars. But providing write access to the calendar is not possible
    in a Cross-Premise scenario.
    For more information, here is a blog for your reference.
    Cross Premise Calendar Sharing with Office 365
    http://blogs.technet.com/b/matabra/archive/2013/05/07/cross-premise-calendar-sharing-with-office-365.aspx
    Hope this can be helpful to you.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Apple Mail with Office 365 Exchange server

    Is anyone here using Apple Mail with Office 365 Exchange server on Mountain Lion? I have just upgraded to Mt Lion and decided to switch from Outlook to Apple Mail.app. My account was added successfully. Even contacts, calendar, tasks and notes work very well. My problem with Mail.app is that it does not sync any emails in subfolders prior to the day I added the account to Mail. For any older emails I have to open Outlook for Mac and look it up there. Other than this issue Mail is working well for all new incoming and outgoing emails.
    Thanks

    I Found a workaround.  Please look at this other link:  https://discussions.apple.com/thread/6615135

  • Using Lync server 2010 with office 365 email in the cloud

    We have a 5 year old install of Lync server 2010 in house that interacts with a local install of exchange 2008 via unified messenger. If down the road we want to try email in the cloud like office 365 can we still keep our local Lync server install? Thanks in advance.
    This topic first appeared in the Spiceworks Community

    I am reporting back with my solution.  I can now confirm that one can have Lync servers on-premises with Exchange Online using Office 365 and the Lync Phone Edition devices will work.  Contact search, calendar (although it only shows the day's
    Lync meetings), and visual voice mail all work.
    Summary of fix: AD FS certificates have to be issued by CAs that Lync Phone Edition trusts.
    The problem was when the Lync Phone Edition came back and tried to log in through AD FS.  Since we had single sign-on with Office 365 set up before we even ventured down the Lync path, the certificates for AD FS weren't issued by a CA that Lync Phone
    Edition trusted.  Getting new certificates solved the issue.  (They were issued by the same CA that did the "external web" certificate on the Lync Front End in case that matters.)
    I tried hard to get the phones to trust the original certificate first, putting it in Active Directory using the
    certutil -dsPublish method, putting the original CA on the Lync Web Services trusted list using
    Set-CsWebServiceConfiguration.  But nothing seemed to work until I finally just gave up and got a new certificate issued.  I am now running without any certificates listed in Active Directory nor any explicitly listed in Lync's Get-CsWebServiceConfiguration
    and it works great.
    The Technet articles are woefully out of date when it comes to the trusted CA list, but here's a link to the list of trusted CAs (with the updated firmware): http://blog.schertz.name/2014/10/lync-phone-edition-and-public-certificates/ 

  • [Resolved]Outlook 2013 with Office 365: Unable to log in to: SharePoint. Click here to log in.

    This is posted so that it may be of assistance to others.
    I am using Outlook 2013 (Office 2013 Pro Plus) with Office 365 (E3 Subscription). Active Directory is federated with Office 365. I recently had to change my AD account password.
    On my home computer, that is not a domain member and is running Windows 8.1 with my personal Microsoft account, Outlook was not authenticating to SharePoint Online. In the message/event windows the error "Unable to log in to: SharePoint. Click
    here to log in." is displayed. When I click the error it flashes and does nothing else. Outlook was showing SEND/RECEIVE errors for all of my SharePoint Online calendars and lists:
    Task 'SharePoint' reported error (0x80070005): 'You do not have permission to view this SharePoint List (IT Shared Calendar). Contact the SharePoint site administrator. HTTP 403.'
    I could send and receive e-mail. I deleted one of the calendars and then added it back from the SharePoint site ribbon- no change. I was always able to access the calendars and lists using IE.
    I checked Windows Credential Manager. I deleted my Outlook credential (MS.Outlook.15) which prompted me to enter my Exchange Online credentials but did not prompt for SharePoint Online. I then deleted my Office credential (MicrosoftOffice15_Data:orgid) with
    no change.
    It was not until I switched Office over to use my organizational (Federated AD) account that the problem was resolved.
    It appears Outlook (15.0.4615.1000) now gets confused between accounts- because previously I had no issues when changing my password as Outlook would always prompt for it. I noticed this behavior had changed on my office computer when Outlook did not give
    me the usual three prompts for password after changing it.

    Hi,
    Thank you for sharing your solutions and experience here. It will be very beneficial for other community members who have similar questions.
    Thanks,
    Ethan Hua CHN
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Outlook 2013 Not Responding and Offline Address Book Issues with Office 365

    Around 3 months ago I setup a small business with Office 365 for email. They have 10 PCs, all running newly installed Windows 7 Professional 64-bit, eight with Office 2013 and two with Office 2010. All are connected to a local domain (Server Essentials
    2012) with a single internet connection through a new TP-LINK router. Each user logs into their own PC only.
    The network runs perfectly, internet connection is good but there seems to be RANDOM, INTERMITTENT issues with email not being SENT from Outlook every so often. Email will sit in the outbox for up to an hour sometimes before, eventually, being sent. Incoming
    email seems ok, although this is more difficult to tell. At others times, email will be sent instantly - the size of the message and any attachments makes no difference.
    The issue has happened at some point on every one of the PCs but no particular PC/user seems worse than any other. When email is stuck on one user's PC it can still be sent ok by other users at the same time - so the internet connection is not down. Users can
    can always login to the OWA service ok and iPhones etc. all sync ok even when email is stuck in the Outbox.
    To debug the issue I have worked on one particular user's PC and carried out the following changes - 
    Changes that made no difference
    I have checked the router. A SPI firewall is available on the router but this is switched off.
    I have changed the MTU on the router with no effect.
    There are no unsual add-ins to Outlook
    Outgoing email virus scanning is disabled
    Outlook is NOT integrated with Lync
    The OST file is around 1.7 GBytes is size.
    I have recreated the Outlook profile twice but this made no difference
    Switched OFF "Cached Exchange Mode" - this made things worse !
    The Outlook address book is set to \Offline Global Address List
    I have disabled with Windows firewall on the client PC - no change
    I have adjusted the KeepAliveTime for packets in the registry of the PC to 20 minutes
    Changes that reduced the frequency of "Not Responding"
    I have changed the Outlook automatic Send/Receive time from 30 to 10 minutes - this seemed to help 
    Possible Related Problem
    I have attempted to download the offline address book manually - this hangs at "Copying offline address book template file" in the Send/Receive dialog and there a NO OAB files in the data file location on the PC. 
    So the only measure that has so far "helped" has been the Outlook Send/Receive time change - now set to 10 minutes. Even so, Outlook will occasionally go "Not Responding" for 30 minutes or more (no windows active - only option
    is to close and reopen Outlook).
    There does seem to be a problem with the Offline Address book. I can download this ok for this user on my home PC (Outlook 2010) but this will not download manually on the work pc with Outlook 2013 (despite following all the debug steps above).
    On work PC I can see literally hundreds of "Schannel" errors in the Windows System event logs - 
    Error - Event 36888 Schannel
    The following fatal error was generated :10
    The internal error state is 10
    These errors occur every 2-4 minutes continually all the time Outlook is running. When Outlook is closed the "Schannel" errors stop !
    Can anyone suggest what else to try, please ?
    I have already investigated this issue on the Office 365 Community Forum, and the Outlook forum and they suggested that it was a client (i.e Outlook) issue and that I should post here for further information.
    Thanks for reading !

    An update to this problem.
    I brought one of the office PCs back to my home network and connected it up there. With no changes to the PC I was immediately able to download the Offline Address Book without errors.
    This suggests to me that there must be some problem with the internet connection or router setup in the office environment.
    The router is a TP-LINK W8970. The internet connection is PPPoA. I have seen some suggestion that an SPI firewall can cause issues. This router has an SPI firewall but this feature is disabled on the router.
    While investigating this issue I have frequently been connected remotely to an office PC - sometimes for up to an hour or more. During these periods I have not experienced any connection dropouts so the actual internet connection seems to be ok (i.e. it is
    not dropping out). 
    However, something seems to be preventing the Outlook client from connecting properly with the Office 365 Exchange server in the office environment - or something is dropping the connection to Outlook. Does anyone know of any router settings that might affect
    this ?
    I could try changing the office router but I do not have a spare available. Can anyone suggest a reasonably low cost, currenbtly available router that they know definitely works in the Office 365 environment so that I could buy this for test purposes ?

  • Problem: Firefox + Office 365 + PDF

    Hi, I seem to have found a tricky problem with Firefox 23.0.1, Office 365, and PDF.
    After multiple trials, the problem occurs only when I try to attach a PDF to an email (using Office 365) while using Firefox.
    After attaching the file to the email, the PDF attachment becomes corrupted.
    If I try to open the PDF I created by downloading it back from the email to my desktop I get this Adobe message: "There was an error opening this document. The file is damaged and could not be repaired". The same file, before the uploading process, could be opened smoothly.
    Apparently:
    1) It happens with all PDFs.
    No change observed if I use PDFs from other people's computer. No change observed if I save or "print" them from a .DOC version. No change observed if I attach PDF found on the internet (scanned images, documents etc.). In all cases, the problem OCCURS.
    I tried by attaching other files (.docx) = NO problem observed.
    2) It happens only if I download the file back to the desktop or if open the file with Adobe through Firefox after it has been uploaded/attached to the email.
    I tried opening the file (after it has been uploaded/attached) with the Office 365 preview mode = NO problem observed (I can preview the PDF).
    I tried opening the file with Adobe Acrobat X Pro = the problem OCCURS.
    I tried opening the file with Adobe Reader XI = the problem OCCURS.
    I tried deactivating/reactivating the Firefox Adobe Reader plugin= the problem OCCURS.
    3) It happens with Office 365 only.
    This is the webapp used by my University mail account.
    I tried with Firefox 23.0.1+ my Hotmail account (which uses a very similar Outlook.com webapp) = NO problem observed.
    I tried with Firefox 23.0.1+ my Gmail account = NO problem observed.
    4) It happens with Firefox 23.0.1 only.
    I tried using IExplorer + Office 365 account = NO problem occurs
    I tried using Google Chrome + Office 365 account = NO problem occurs
    5) It is a recent issue, probably related with newest Firefox version or newest Office 365. I've updated Firefox few days ago. In the same days the University has upgraded to the latest version of Microsoft Office365. Before the updates no problem had been observed.
    My guess: something happens to the PDF file when it goes through Firefox+Office 365 (coding issues?)
    I use Windows 7 Home Premium (SP1) 64 BIT

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    <b> To Enable SafeMode </b>
    *You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    *''Once you get the pop-up, just select "'Start in Safe Mode"''
    If it works in Safe Mode and in normal mode with all extensions (Tools > Add-ons > Extensions) disabled then try to find which extension is causing it by enabling one extension at a time until the problem reappears.
    Close and restart Firefox after each change via "Firefox > Exit" (Windows: Firefox/File > Exit; Mac: "Firefox > Quit Firefox"; Linux: "Firefox/File > Quit")
    * https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • What is the best way to get dirty my hand with office 365

    what is the best way to get dirty my hand with office 365
    Anil MCC 2011,ITIL V3,MCSA 2003,MCTS 2010, My Blog : http://messagingschool.wordpress.com

    Hi,
    Just create an evaluation tenate and get your hands Dirty! Or if you are a partner to Microsoft, you can register yourself at
    http://portal.fasttrack.office.com and then you can create sites from there. If you need tenant with data, use
    http://microsoftcie.com and create a tenant, then you will have your own contoso to play with! :) 
    Regards
    Henrik A. Halmstrand
    sharepointrevealed.com
    getspconfig.codeplex.com
    Please click Mark As Answer; if a post solves your problem or Vote As Helpful; if a post has been useful to you.

  • 3 million user on Local AD to be synchronized with Office 365 FID issue

    Hello everyone,
    I have a customer (University) Who has an issue with DirSync. They have 3 million users on Local AD they want to synchronize with Office 365 to enable
    these users for Exchange online. 
    Now they have users "Students" enabled for Exchange online and management and staff are enabled on the On-premises Exchange servers. 
    Dirsync during the day synchronize 2 times fine without any error and again 2 times doesn't synchronize and gives error with no details. the error
    is "Stopped Extension-dll exception" 
    More errors shown as below 
    Directory Synchronization:
    An unknown error occurred with the Microsoft Online Services Sign-in Assistant. Contact Technical Support. SetCredential() failed. Contact Technical
    Support.  (0x8009000B)
    I am attaching other errors as well
    at Microsoft.Online.Coexistence.ProvisionHelper.GetLiveCompactToken(String userName, String userPassword)
    at Microsoft.Azure.ActiveDirectory.Connector.ProvisioningServiceAdapter.Initialize()
    at Microsoft.Azure.ActiveDirectory.Connector.ProvisioningServiceAdapter.Import(Byte[] syncCookie, Boolean isFullImport)
    at Microsoft.Azure.ActiveDirectory.Connector.Connector.GetImportEntriesCore()
    at Microsoft.Azure.ActiveDirectory.Connector.Connector.GetImportEntries(GetImportEntriesRunStep getImportEntriesRunStep)
    Forefront Identity Manager 4.1.3465.0"
    FIMSynchronizationService:
    The management agent "Windows Azure Active Directory Connector" failed on run profile "Delta Import Delta Sync" because the server encountered errors.
    FIMSynchronizationService:
    The management agent "Windows Azure Active Directory Connector" step execution completed on run profile "Delta Import Delta Sync" but the watermark was not saved.
    Additional Information
    Discovery Errors : "0"
    Synchronization Errors : "0"
    Metaverse Retry Errors : "0"
    Export Errors : "0"
    Warnings : "0"
    User Action
    View the management agent run history for details.
    Directory Synchronization:
    The Management Agent Windows Azure Active Directory Connector failed on execution. Error returned is 'stopped-extension-dll-exception'. If the problem persists, contact Technical Support.
    Customer have tried to involve Microsoft with them through a third party technical support company but microsoft was not able to apply anything since they have tried to apply some scripts but those scripts would take
    3 days without finishing.
    The first time the Dirsync was applied it took 1 week without finishing until now they were not able to apply a full import and export sync.
    What have really got me interested is that Microsoft did not suggest to the customer to upgrade his FIM (ForeFront Identity Manager)'s old version
    to the latest one. 
    Customer is using Full SQL deployment on a dedicated server and DirSync (FID) on a separate server too. The deployed servers are virtual and have 32
    GB ram and 200 GB HDD size and 4 cores.
    I have recommended to this customer that we do not touch this current deployment since Microsoft themselves couldn't do anything in regard, but what
    we could do is take a virtual snapshot and then apply the upgrade and see if this resolves the issue or not?
    Note:
    Microsoft talked to them about a limited number of synchronized items to their Azure site per week! I am not sure about this but what the customer
    said is that they change approximately about 25,000 user object per day. 
    Could this issue happens because of this limit?
    Thanks

    Besides the large number of objects in the system, which I am not sure DirSync can handle, I suggest you separate the failing step from other steps in the RunProfile.
    So, if you have a step that does Delta Import and Delta Sync, separate into 2 steps;
    Best,
    Nosh
    Nosh Mernacaj, Identity Management Specialist

Maybe you are looking for