<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
0D54z00009hcnPXCAYOkta Identity EngineWorkflowsAnswered2025-09-13T09:01:51.000Z2023-10-13T06:52:42.000Z2023-10-31T21:54:58.000Z
Is there a way to convert texts to individual objects using Okta Workflows?

For instance, I obtained the following results through Object Get:

 

Script results: 2023-10-06: Start 16:18:51, End 19:06:47 2023-10-10: Start 09:17:21, End 19:23:01 2023-10-11: Start 09:09:07, End 19:02:52 2023-10-12: Start 09:14:36, End 19:08:17 2023-10-13: Start 09:07:08, End 15:28:17

 

I want to store these texts as individual objects, which function should I use?

My goal is to store these time ranges individually in Workflows Tables. Please give your opinion.

 

/help/servlet/rtaImage?refid=0EM4z000007zF0V


  • TimL.58332 (Workflows)

    @ÏòÅÏßÑϱÑ.15505 (Customer)​ -- What you are trying to do is likely possible but I am not fully understanding what the "end goal" for this use case is so it is hard to provide a specific answer.

     

    >I want to store these texts as individual objects

     

    1) What do you mean by store?

    2) Do you mean make a single object named "Script Results" that has a value of all DateTime values?

     

    If it is #2 that is easy enough. Instead of "finding the place" I would just split on Scripted Results: then take the resulting value of place 1 in the list and build an object like such:

     

    image.png 

     

    Expand Post
    Selected as Best
  • a0n5s (a0n5s)

    could you get this value by path from this object?

    Image is not available

    Expand Post
  • TimL.58332 (Workflows)

    @ÏòÅÏßÑϱÑ.15505 (Customer)​ -- What you are trying to do is likely possible but I am not fully understanding what the "end goal" for this use case is so it is hard to provide a specific answer.

     

    >I want to store these texts as individual objects

     

    1) What do you mean by store?

    2) Do you mean make a single object named "Script Results" that has a value of all DateTime values?

     

    If it is #2 that is easy enough. Instead of "finding the place" I would just split on Scripted Results: then take the resulting value of place 1 in the list and build an object like such:

     

    image.png 

     

    Expand Post
    Selected as Best
This question is closed.
Loading
Is there a way to convert texts to individual objects using Okta Workflows?