<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00009a0PasCAEOkta Identity EngineWorkflowsAnswered2025-01-27T09:00:45.000Z2023-08-24T11:29:32.000Z2023-08-25T17:56:34.000Z
  • lsr4m (lsr4m)

    Additionally, how can i add xsi namespace in the xml builder workflow card. I have option to specify the rootName, which is good but no option to add xsi namespace for schema location.

    For example, <?xml version="1.0" encoding="UTF-8" ?>

    <Test xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="Fell/data/XMLSchema">

  • TimL.58332 (Workflows)

    @lsr4m (lsr4m)​  -- So couple things here:

     

    As I mentioned yesterday it is possible to SFTP. However, this needs to be a type:file in Workflows. Which means you can't Modify a plain text file in Workflows and later send that as a type:file via SFTP. This isn't possible as there is no "convert text to file" type card in Workflows.

     

    For your second inquiry as I suspected you are going to need to make the modifications raw as plain text leveraging the compose card. Keep in mind the compose card does allow variables which means you can dynamically include values into the resulting output.

    Expand Post
This question is closed.
Loading
Okta workflow to send an xml file to SFTP server