<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
0D54z0000AFqGIRCQ3Okta Identity EngineWorkflowsAnswered2025-03-31T09:00:37.000Z2024-09-16T19:13:51.000Z2024-09-18T18:26:46.000Z

iq96g (iq96g) asked a question.

how do you clear a google sheet cell the first object puts something in it then the next object does not have the field

Hello,

 

I am trying to set up an account audit process and I need the google sheets connector to empty the contents of the cell if the second item in the table does not have a value for it. Currently if it does not have a value then it will leave whatever is in the sheet. Any ideas or suggestions would be much appreciated!


  • User17157611498146715886 (Customer Support Online Community and Social Care)

    Hi @iq96g (iq96g)​ , thank you for contacting Okta Community.

     

    You could try a Read Row function, then, in a If/Else card, put something like:

    • If table value = null, then update cell set cell = null
    • Else update cell, set cell = table value

     

    Regards. 

    Help others in the community by liking or hitting Select as Best if this response helped you.

     

     

     

    Expand Post
    Selected as Best
  • User17157611498146715886 (Customer Support Online Community and Social Care)

    Hi @iq96g (iq96g)​ , thank you for contacting Okta Community.

     

    You could try a Read Row function, then, in a If/Else card, put something like:

    • If table value = null, then update cell set cell = null
    • Else update cell, set cell = table value

     

    Regards. 

    Help others in the community by liking or hitting Select as Best if this response helped you.

     

     

     

    Expand Post
    Selected as Best
  • TimL.58332 (Workflows)

    @iq96g (iq96g)​  -- I am not really certain what you are trying to do here. A mockup would likely be helpful.

     

    As Diana mentioned you are going to need to perform a reproducible evaluation of what ever it is you want to evaluate. Then based on the results of the evaluation perform an action. However, it is not clear to me what you are trying to evaluate and if what you are trying to evaluate is something that can be retrieved using the built-in actions. You may need to leverage Custom API Action and build-out your query per Google Sheets API documentation to achieve your goal(s) assuming what you want to do Google has endpoints capable of doing it.

    Expand Post

Loading
how do you clear a google sheet cell the first object puts something in it then the next object does not have the field