Appian bicycle app challenge

Hi Appian community!

I have created an interface which allows users to add bicycles to a fleet. I now wish to create an interface that modifies a bicycle's condition and location (to different citibike style docks) if needs be - what would be the best way to go about this and how do I import the existing data I have?

Thanks

  Discussion posts and replies are publicly visible

Parents
  • Hello. You can import your data by going to your site navigation button in the top, right of the Appian Designer and selecting Cloud Database. However, if you're starting with data, I'd recommend that you import it to create a new table and then create a new record type to point to your database table. This will automatically generate a data model in the record that you can configure. You can add your "Create a new bike" as a record list action, which means users will be able to search through your existing data in the record type. If they don't see the bike they want, they can click on an action in the same UI to add a new bike. 

    To modify data for an existing bike, you need to configure a related action on the record type. This action invokes a process model that pulls in data from the record and then will use a form (in the process) to allow users to make changes to the data before updating the database using a write to data store entity smart service. 

    For more information on configure this process, please review the "Records" course in Academy Online (academy.appian.com). You can also see the steps for configuring a related action in the Appian Step-by-Step exercise included in the course. 

Reply
  • Hello. You can import your data by going to your site navigation button in the top, right of the Appian Designer and selecting Cloud Database. However, if you're starting with data, I'd recommend that you import it to create a new table and then create a new record type to point to your database table. This will automatically generate a data model in the record that you can configure. You can add your "Create a new bike" as a record list action, which means users will be able to search through your existing data in the record type. If they don't see the bike they want, they can click on an action in the same UI to add a new bike. 

    To modify data for an existing bike, you need to configure a related action on the record type. This action invokes a process model that pulls in data from the record and then will use a form (in the process) to allow users to make changes to the data before updating the database using a write to data store entity smart service. 

    For more information on configure this process, please review the "Records" course in Academy Online (academy.appian.com). You can also see the steps for configuring a related action in the Appian Step-by-Step exercise included in the course. 

Children
No Data