I converted a DDX bricks to App in edit mode

I am working on form and data set brick and had customized the form. I accidentally converted the brick to app. Now installing a new brick instance is automatically converting the form and is affecting my form interaction, is there any way to revert the conversion?

Tagged:

Answers

  • I'm not seeing any way to convert back, or undo.

    Considering there was no confirmation dialog this was a surprise to me!

    I put an idea into the Ideas Exchange for this here:

    Confirmation Dialog for Convert to App button — Domo Community Forum

  • Arthi Annadi
    Arthi Annadi Member
    edited September 3

    What can I do that have my code running in another brick?

    @JasonAltenburg

  • I think you could re-install the brick, then copy your code from the apps files.

    To download the apps files, go to More > Asset Library

    Click on the triple dots on the app that was created from your brick, and click Download Assets

    Unzip that file, and copy and paste back in the contents of index.html, index.css and index.js to their respective panes in the brick interface

  • Arthi Annadi
    Arthi Annadi Member
    edited September 3

    @JasonAltenburg Thank you for your message,

    I have already followed the same steps, but the form interaction has changed and is no longer the same as before. Even in the app, the interactions have changed after converting it to an app, which is why I was considering undoing my changes. However, I will still check my code and let you know if I can resolve it.

  • @JasonAltenburg Update: I fixed a data path in code and it worked , thank you!

  • @art_in_sky glad to hear that it worked out!