Solved

Create a new record

  • 13 September 2022
  • 4 replies
  • 14 views

Badge +2

I have a tester that checks if the user entered something into a user parameter. If they don't enter something then I want to create a new record. Currently it tests for the null and then it essentially stops as no data comes through. I want to create the data thorough a series of calculations. How do I do that?

icon

Best answer by ebygomm 13 September 2022, 16:17

View original

4 replies

Badge +10

You could use this sort of workflow, a feature will only exit the unmerged requestor port if the parameter tested for in the tester is not completed

image

Badge +2

You could use this sort of workflow, a feature will only exit the unmerged requestor port if the parameter tested for in the tester is not completed

image

What is going into the requestor?

Badge +10

What is going into the requestor?

Just a feature created in a Creator (I've updated the screenshot)

Badge +2

What is going into the requestor?

Thank you! That worked perfectly!!

Reply