I am using a list box to have the user select 3 months that goes into the workflow. There are 2 parts to where the output of the list box is used. One is to select the months that the user selects through select tool which will bring in the values for only those 3 months from the text input. The second is to update the formula tool based on the months the user selects. The formula is configured this way "[2024-02-29]*[February]+[2024-03-31]*[March]+[2024-04-30]*[April]"
The last date of the month field is automatically picked from the append fields tool but based on the user's selection i want update the formula to have the right month filed. for example if the user picks up May, June and July the formula should be updated to "[2024-05-31]*[May]+[2024-06-30]*[June]+[2024-07-31]*[July]". Keep in mind the field with the last date will automatically be updated, I am only trying to update the months column.
I have a solution with record id and transpose to make the new selections as M1, M2 and M3 but I'm trying to find a solution by updating the formula using an action tool