<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
0D54z00007PPkDkCALOkta Identity EngineWorkflowsAnswered2022-01-27T17:37:32.000Z2022-01-27T16:03:03.000Z2022-01-27T17:37:32.000Z
  • TimL.58332 (Workflows)

    Workflows has specific "Types" Text (string), Number (int) etc. One of those types is File. The field in red showing a problem has a type "file" based on the icon in the upper right corner. This means it will only accept input of type "file".

     

    If for example what you want to include is a "CSV" of the "Users Assigned to App". You would need to first process the output (List of Objects) into something like a foreach. You could then build out a table in Workflows. Then Export the table as a CSV (which has a type "file"). This output with a type "file" could then be dragged into the "Create File Content" field.

     

    Type "file" is definitely pretty limited. About the only cards that will "create" files for use as input are either "table" type solutions or cloud storage solutions. You can technically download type file from a URL also as long as the target does not require authentication using the Function > File "download" card.

    Expand Post
This question is closed.
Loading
File Content In oktaworka flows