Classify documents data in the interface
Hi Community,
I created a AL model and am using classify documents smart service but I need to show that data in interface.
with out classify document smart service do we have any function in the Interface
Hi Community,
I created a AL model and am using classify documents smart service but I need to show that data in interface.
with out classify document smart service do we have any function in the Interface
[mention:e1f38339f5254c84af299fc34f8b6f1c:e9ed411860ed4f2ba0265705b8793d05]
You can think of this approach as follows:
1. Create a task for the user to provide functionality to upload the document they want to classify with chaining.
2. Call an asynchronous process to classify those documents and store the results in the database.
3. The main process (with chaining) should navigate to the interface where you want to display the output.
4. Provide a clickable button or set a refresh interval locally to pull that data from the database.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.