Setting Empty Strings with Active Flow

Setting Empty Strings with Active Flow

Comments

  • Hi all,
    I have a form that can hide/show controls based on how other questions are answered. If a question is hidden, the value is set to null. Is it possible to loop through the controls using an active form flows and set null values to an empty string?

  • Unknown
    edited December 2023

    Hi GeeTrends,
    One way that could help would be to add a String String[Text] as input data to a Flow. Then, attach an Object is Null Rule step that you can pass in the value. Then, attach a Create Data step that will create the data you are looking for as empty string if it is null. Then, click String from the Pick From Current Data on the End step.

Sign In or Register to comment.