When customers open the request form, I will ask them to enter records as a table, with specific columns and about 5 rows of entries.
For example, I want them to enter the expenses they've incurred.
The information that needs to be entered is the date, receipt number, and amount.
What kind of structure can be established for these?
Hello @Mehmet Güngör
In your JSM form, you can create a table and within that table you can add additional fields.
Thanks Nikola,
I created a dynamic form and combined many records from it with the fields in the form using automation, and I was able to display it as shown below upon opening.
this way ı created a lot of static field
||heading 1||heading 2||heading 3|| |col A1|col A2|col A3| |col B1|col B2|col B3|
otomasyon
||date||fiche||comp||amount||tax||type||
|{{issue.field1}}|{{issue.field2}}|{{issue.field3}}|{{issue.field4}}|{{issue.field5}}|{{issue.field6}}|
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.