Ben Hogan
Ben Hogan

Reputation: 65

Creating public action does not add to sequence

I am a new user following this tutorial provided by IBM.

I am up to this step:

For Cloudant Instance, select Input your own credentials and fill in the following fields with the credentials information captured for your cloudant service: Username, Password, Host and Database = guestbook and click Add and then Save.

After following the instruction to 'Add', I am returned to the sequence view (with the list of actions representing the sequence I'm working on).

Expected: The newly created public action w/ binding should appear in the list.

Instead: The newly created public action is not in the list. There is no evidence of it having been created at all. There is no option to 'save'.

Am I doing something wrong? This seems like an enormous bug.


Attempted solutions (unsuccessful):

PS

Upvotes: 0

Views: 264

Answers (1)

Frederic Lavigne
Frederic Lavigne

Reputation: 734

The steps have been updated in https://cloud.ibm.com/docs/tutorials?topic=solution-tutorials-serverless-api-webapp#sequence-of-actions-to-save-the-guestbook-entry.

To create the new Cloudant binding:

  1. Set Name to binding-for-guestbook.
  2. Set Instance to Input your own credentials.
  3. Set Username, Password, Host and IAM API Key from the values found in the Cloudant credentials for-guestbook created earlier.
  4. Set Database to guestbook.
  5. Set whiskoverwriteLabel to true.
  6. Save

Upvotes: 0

Related Questions