API call to update a form after a submission in Workfront
Hi, I am trying to update a form field via Fusion automation in the following way:
We have e.g. 4 time slots, that submitters can select from and after one slot has been selected I would like to remove this option for other submitters in order to prevent duplicate slot "bookings".
Example:
The field is called
SELECT A TIME:
7:00
8:00
9:00
10:00
Mr. Smith selects time 7:00 and submits a request.
When Mrs. Smart opens the request form after Mr. Smith's submission, the field SELECT A TIME shows the following available slots:
8:00
9:00
10:00
I heard it is possible via an API call to hide a field choice, since the RECORD TYPE FORM or FIELD does not exist in the dropdown. Has anybody experience with a similar update of a form after a form submission (to hide a field)?
